Cpp ML Library
1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
|
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) const | RandomForestClassifier | |
RandomForestClassifier(int n_estimators=10, int max_depth=5, int min_samples_split=2, int max_features=-1) | RandomForestClassifier | |
~RandomForestClassifier()=default | RandomForestClassifier |