![]() |
Options Properties |
The CodificationTOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnName |
Gets or sets the name of the column that the options will apply to.
(Inherited from ColumnOptionsBaseTFilter.) |
![]() | HasMissingValue |
Gets or sets whether the column can contain missing values.
|
![]() | Mapping |
Gets or sets the label mapping for translating
integer labels to the original string labels.
|
![]() | MissingValue |
Gets or sets how missing values are represented in this column.
|
![]() | MissingValueReplacement |
Gets or sets a value to be used to replace missing values. Default
is to replace missing values using System.DBNull.Value.
|
![]() | NumberOfClasses |
Gets or sets the number of classes expected and recognized by the classifier.
|
![]() | NumberOfInputs |
Gets the number of inputs accepted by the model (value will be 1).
|
![]() | NumberOfOutputs |
Gets the number of outputs generated by the model. See remarks for details.
|
![]() | NumberOfSymbols |
Gets the number of symbols used to code this variable. See remarks for details.
|
![]() | Owner |
Gets or sets the filter to which these options belong to.
(Inherited from ColumnOptionsBaseTFilter.) |
![]() | Symbols | Obsolete.
Gets the number of symbols used to code this variable.
|
![]() | Tag |
Gets or sets a user-determined object associated with this column.
(Inherited from ColumnOptionsBaseTFilter.) |
![]() | Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
(Inherited from ColumnOptionsBaseTFilter.) |
![]() | Values |
Gets the values associated with each symbol, in the order of the symbols.
|
![]() | VariableType |
Gets the codification type that should be used for this variable.
|