C# 클래스 VW.Serializer.PropertyConfiguration

Constants used throughout C# wrapper.
파일 보기 프로젝트 열기: NativoPlatform/vowpal_wabbit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Default PropertyConfiguration

공개 메소드들

메소드 설명
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 )

메소드 상세

IsSpecialProperty() 공개 메소드

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.
리턴 bool

PropertyConfiguration() 공개 메소드

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

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

public static PropertyConfiguration,VW.Serializer Default
리턴 PropertyConfiguration