Click or drag to resize
Accord.NET (logo)

RandomForestLearning Constructor (RandomForest)

Creates a new decision forest learning algorithm.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public RandomForestLearning(
	RandomForest forest
)
Request Example View Source

Parameters

forest
Type: Accord.MachineLearning.DecisionTreesRandomForest
See Also