C# Class VW.Serializer.PropertyConfiguration

Constants used throughout C# wrapper.
显示文件 Open project: NativoPlatform/vowpal_wabbit Class Usage Examples

Public Properties

Property Type Description
Default PropertyConfiguration

Public Methods

Method Description
IsSpecialProperty ( string property ) : bool

True if property is considered a special property and thus should not be skipped.

PropertyConfiguration ( string featureIgnorePrefix = FeatureIgnorePrefixDefault, string textProperty = TextPropertyDefault, string labelProperty = LabelPropertyDefault, string multiProperty = MultiPropertyDefault )

Method Details

IsSpecialProperty() public method

True if property is considered a special property and thus should not be skipped.
public IsSpecialProperty ( string property ) : bool
property string The JSON property name.
return bool

PropertyConfiguration() public method

public PropertyConfiguration ( string featureIgnorePrefix = FeatureIgnorePrefixDefault, string textProperty = TextPropertyDefault, string labelProperty = LabelPropertyDefault, string multiProperty = MultiPropertyDefault )
featureIgnorePrefix string
textProperty string
labelProperty string
multiProperty string

Property Details

Default public_oe static_oe property

public static PropertyConfiguration,VW.Serializer Default
return PropertyConfiguration