Click or drag to resize
Accord.NET (logo)

RandomForest Properties

The RandomForest type exposes the following members.

Properties
  NameDescription
Public propertyClasses Obsolete.
Gets the number of classes that can be recognized by this random forest.
Public propertyNumberOfClasses
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.)
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
Public propertyTrees
Gets the trees in the random forest.
Top
See Also