|
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; }
Public Property SampleRatio As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also