C# 클래스 VW.Serializer.FeatureExpression

파일 보기 프로젝트 열기: NativoPlatform/vowpal_wabbit 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FeatureExpression ( Type featureType, string name, Expression>.Func valueExpressionFactory, Expression>.List valueValidExpressionFactories = null, NewFeatureExpressionDelegate featureExpressionFactory = null, string @namespace = null, char featureGroup = null, bool enumerize = false, string variableName = null, int order = null, bool addAnchor = false, StringProcessing stringProcessing = StringProcessing.Split, MethodInfo overrideSerializeMethod = null, bool dictify = null ) : System

메소드 상세

FeatureExpression() 공개 메소드

public FeatureExpression ( Type featureType, string name, Expression>.Func valueExpressionFactory, Expression>.List valueValidExpressionFactories = null, NewFeatureExpressionDelegate featureExpressionFactory = null, string @namespace = null, char featureGroup = null, bool enumerize = false, string variableName = null, int order = null, bool addAnchor = false, StringProcessing stringProcessing = StringProcessing.Split, MethodInfo overrideSerializeMethod = null, bool dictify = null ) : System
featureType System.Type
name string
valueExpressionFactory Expression>.Func
valueValidExpressionFactories Expression>.List
featureExpressionFactory NewFeatureExpressionDelegate
@namespace string
featureGroup char
enumerize bool
variableName string
order int
addAnchor bool
stringProcessing StringProcessing
overrideSerializeMethod System.Reflection.MethodInfo
dictify bool
리턴 System