|
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
Syntaxpublic Options(
string name,
Dictionary<T, int> map
)
Public Sub New (
name As String,
map As Dictionary(Of T, Integer)
)
Request Example
View SourceParameters
- 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