menu
lunaris_engine package
documentation
MachineLearning/random_forest.dart
RandomForestClassifier
RandomForestClassifier.new constructor
RandomForestClassifier.new constructor
dark_mode
light_mode
RandomForestClassifier
constructor
RandomForestClassifier
(
{
int
nEstimators
=
10
,
int
maxDepth
=
5
,
double
sampleRatio
=
0.8
,
})
Implementation
RandomForestClassifier({ this.nEstimators = 10, this.maxDepth = 5, this.sampleRatio = 0.8, });
lunaris_engine package
documentation
MachineLearning/random_forest
RandomForestClassifier
RandomForestClassifier.new constructor
RandomForestClassifier class