Click or drag to resize
Accord.NET (logo)

Options Properties

The CodificationTOptions type exposes the following members.

Properties
  NameDescription
Public propertyColumnName
Gets or sets the name of the column that the options will apply to.
(Inherited from ColumnOptionsBaseTFilter.)
Public propertyHasMissingValue
Gets or sets whether the column can contain missing values.
Public propertyMapping
Gets or sets the label mapping for translating integer labels to the original string labels.
Public propertyMissingValue
Gets or sets how missing values are represented in this column.
Public propertyMissingValueReplacement
Gets or sets a value to be used to replace missing values. Default is to replace missing values using System.DBNull.Value.
Public propertyNumberOfClasses
Gets or sets the number of classes expected and recognized by the classifier.
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model (value will be 1).
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model. See remarks for details.
Public propertyNumberOfSymbols
Gets the number of symbols used to code this variable. See remarks for details.
Public propertyOwner
Gets or sets the filter to which these options belong to.
(Inherited from ColumnOptionsBaseTFilter.)
Public propertySymbols Obsolete.
Gets the number of symbols used to code this variable.
Public propertyTag
Gets or sets a user-determined object associated with this column.
(Inherited from ColumnOptionsBaseTFilter.)
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
(Inherited from ColumnOptionsBaseTFilter.)
Public propertyValues
Gets the values associated with each symbol, in the order of the symbols.
Public propertyVariableType
Gets the codification type that should be used for this variable.
Top
See Also