Click or drag to resize
Accord.NET (logo)

BaseFilterTOptions, TFilter Properties

The BaseFilterTOptions, TFilter generic type exposes the following members.

Properties
  NameDescription
Public propertyActive
Gets or sets whether this filter is active. An inactive filter will repass the input table as output unchanged.
Public propertyColumns
Gets the collection of filter options.
Public propertyItemInt32
Gets options associated with a given variable (data column).
Public propertyItemString
Gets options associated with a given variable (data column).
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Top
See Also