Click or drag to resize
Accord.NET (logo)

RandomForestLearningSampleRatio Property

Gets the proportion of samples used to train each of the trees in the decision forest. Default is 0.632.

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

Property Value

Type: Double
See Also