C# Class VW.Serializer.FeatureExpression

ファイルを表示 Open project: NativoPlatform/vowpal_wabbit Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

FeatureExpression() public method

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
return System