C# Class VW.Serializer.PropertyConfiguration

Constants used throughout C# wrapper.
Afficher le fichier Open project: NativoPlatform/vowpal_wabbit Class Usage Examples

Méthodes publiques

Свойство Type Description
Default PropertyConfiguration

Méthodes publiques

Méthode 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 méthode

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.
Résultat bool

PropertyConfiguration() public méthode

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
Résultat PropertyConfiguration