Click or drag to resize
Accord.NET (logo)

Grouping Properties

The Grouping 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.
(Inherited from BaseFilterTOptions, TFilter.)
Public propertyColumns
Gets the collection of filter options.
(Inherited from BaseFilterTOptions, TFilter.)
Public propertyGroupIndicatorColumnName
Gets or sets the name of the indicator column which will be used to distinguish samples from either group.
Public propertyGroupIndices
Gets or sets the group index labels.
Public propertyItemInt32
Gets options associated with a given variable (data column).
(Inherited from BaseFilterTOptions, TFilter.)
Public propertyItemString
Gets options associated with a given variable (data column).
(Inherited from BaseFilterTOptions, TFilter.)
Public propertyLock
Gets or sets a value indicating whether the group labels are locked and should not be randomly re-selected.
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from BaseFilterTOptions, TFilter.)
Public propertyProportion
Gets or sets the two-group proportions.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
(Inherited from BaseFilterTOptions, TFilter.)
Top
See Also