Accord.MachineLearning.DecisionTrees.RandomForestLearning.RandomForestLearning C# (CSharp) Method

RandomForestLearning() public method

Creates a new decision forest learning algorithm.
public RandomForestLearning ( ) : System
return System
        public RandomForestLearning()
        {
            this.SampleRatio = 0.632;
        }

Same methods

RandomForestLearning::RandomForestLearning ( RandomForest forest ) : System