|
|
DecisionTree Properties |
The DecisionTree type exposes the following members.
| Name | Description | |
|---|---|---|
| Attributes |
Gets the collection of attributes processed by this tree.
| |
| InputCount | Obsolete.
Deprecated. Please use the NumberOfInputs property.
| |
| 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.) | |
| OutputClasses | Obsolete.
Deprecated. Please use the NumberOfOutputs property instead.
| |
| Root |
Gets or sets the root node for this tree.
|