Click or drag to resize
Accord.NET (logo)

RandomForestLearningAttributes Property

Gets or sets the collection of attributes to be processed by the induced decision tree.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public IList<DecisionVariable> Attributes { get; set; }
Request Example View Source

Property Value

Type: IListDecisionVariable
See Also