|
DiscretizationTInput, TOutputOptions Constructor (String, DictionaryExpressionFuncTInput, Boolean, ExpressionFuncTInput, TOutput)
|
Constructs a new Options object for the given column.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic Options(
string name,
Dictionary<Expression<Func<TInput, bool>>, Expression<Func<TInput, TOutput>>> map
)
Public Sub New (
name As String,
map As Dictionary(Of Expression(Of Func(Of TInput, Boolean)), Expression(Of Func(Of TInput, TOutput)))
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the column to create this options for.
- map
- Type: System.Collections.GenericDictionaryExpressionFuncTInput, Boolean, ExpressionFuncTInput, TOutput
The initial mapping for this column.
See Also