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 LogisticRegression, including all inherited members.
LogisticRegression(double learningRate=0.01, int iterations=1000, bool useBias=true) | LogisticRegression | inline |
predict(const std::vector< double > &features) const | LogisticRegression | inline |
predictProbability(const std::vector< double > &features) const | LogisticRegression | inline |
train(const std::vector< std::vector< double >> &features, const std::vector< int > &labels) | LogisticRegression | inline |