Click or drag to resize
Accord.NET (logo)

Options Properties

The DiscretizationTInput, TOutputOptions 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 propertyMapping
Gets the map between matching rules and the output that should be produced/inserted when they match.
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 (value will be 1).
Public propertyNumberOfSymbols
Gets the number of symbols used to code this variable.
Public propertyOwner
Gets or sets the filter to which these options belong to.
(Inherited from ColumnOptionsBaseTFilter.)
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.)
Top
See Also