Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
RandomForestClassifier Member List

This is the complete list of members for RandomForestClassifier, including all inherited members.

fit(const std::vector< std::vector< double >> &X, const std::vector< int > &y)RandomForestClassifier
predict(const std::vector< std::vector< double >> &X) constRandomForestClassifier
RandomForestClassifier(int n_estimators=10, int max_depth=5, int min_samples_split=2, int max_features=-1)RandomForestClassifier
~RandomForestClassifier()=defaultRandomForestClassifier