Click or drag to resize
Accord.NET (logo)

RandomForestLearningRun Method

Note: This API is now obsolete.

Runs the learning algorithm with the given data.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Learn(x, y) method instead.")]
public double Run(
	double[][] inputs,
	int[] output
)
Request Example View Source

Parameters

inputs
Type: SystemDouble
The input points.
output
Type: SystemInt32
The class label for each point.

Return Value

Type: Double
See Also