Click or drag to resize
Accord.NET (logo)

RandomForestLearning Constructor (OrderedDictionaryString, String)

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(
	OrderedDictionary<string, string[]> attributes
)
Request Example View Source

Parameters

attributes
Type: Accord.CollectionsOrderedDictionaryString, String
The attributes to be processed by the induced tree.
See Also