Click or drag to resize
Accord.NET (logo)

DecisionTreeLearningBaseModel Property

Gets or sets the decision trees being learned.

Namespace:  Accord.MachineLearning.DecisionTrees.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public DecisionTree Model { get; set; }
Request Example View Source

Property Value

Type: DecisionTree
See Also