|
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,
T baseline
)
Public Sub New (
name As String,
variableType As CodificationVariable,
baseline 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. - baseline
- Type: T
The baseline value to be used in conjunction with
CategoricalWithBaseline. The baseline
value will be treated as absolute zero in a otherwise one-hot representation.
See Also