DecisionStump Properties |
The DecisionStump type exposes the following members.
Name | Description | |
---|---|---|
Comparison |
Gets or sets the comparison to be performed.
| |
Index |
Gets the index of the attribute which this
classifier will use to compare against
Threshold.
| |
NumberOfClasses |
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.) | |
NumberOfInputs |
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
NumberOfOutputs |
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
Sign | Obsolete.
Gets the direction of the comparison
(if greater than or less than).
| |
Threshold |
Gets the decision threshold for this linear classifier.
|