|
CodificationTOptions Constructor (String, CodificationVariable, T)
|
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,
CodificationVariable variableType,
params T[] order
)
Public Sub New (
name As String,
variableType As CodificationVariable,
ParamArray order As T()
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the column to create this options for. - variableType
- Type: Accord.Statistics.FiltersCodificationVariable
The type of the variable in the column. - order
- Type: T
The order of the variables in the mapping. The first variable
will be assigned to position (symbol) 1, the second to position 2, and so on.
See Also