Click or drag to resize
Accord.NET (logo)

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
Syntax
public Options(
	string name,
	Dictionary<Expression<Func<TInput, bool>>, Expression<Func<TInput, TOutput>>> map
)
Request Example View Source

Parameters

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