Click or drag to resize
Accord.NET (logo)

RandomForest Constructor (DecisionTree)

Creates a new random forest.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public RandomForest(
	DecisionTree[] trees
)
Request Example View Source

Parameters

trees
Type: Accord.MachineLearning.DecisionTreesDecisionTree
The trees to be added to the forest.
See Also