Click or drag to resize
Accord.NET (logo)

CodificationTOptions Constructor (String, DictionaryT, Int32)

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<T, int> map
)
Request Example View Source

Parameters

name
Type: SystemString
The name of the column to create this options for.
map
Type: System.Collections.GenericDictionaryT, Int32
The initial mapping for this column.
See Also