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