Click or drag to resize
Accord.NET (logo)

DecisionTree Properties

The DecisionTree type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the collection of attributes processed by this tree.
Public propertyInputCount Obsolete.
Deprecated. Please use the NumberOfInputs property.
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 propertyOutputClasses Obsolete.
Deprecated. Please use the NumberOfOutputs property instead.
Public propertyRoot
Gets or sets the root node for this tree.
Top
See Also