|
|
RandomForest Properties |
The RandomForest type exposes the following members.
| Name | Description | |
|---|---|---|
| Classes | Obsolete.
Gets the number of classes that can be recognized
by this random forest.
| |
| 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.) | |
| ParallelOptions |
Gets or sets the parallelization options for this algorithm.
| |
| Token |
Gets or sets a cancellation token that can be used
to cancel the algorithm while it is running.
| |
| Trees |
Gets the trees in the random forest.
|