Click or drag to resize
Accord.NET (logo)

RandomForestLearningCoverageRatio Property

Gets or sets the proportion of variables that can be used at maximum by each tree in the decision forest. Default is 1 (always use all variables).

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

Property Value

Type: Double
See Also