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

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

LogisticRegression(double learningRate=0.01, int iterations=1000, bool useBias=true)LogisticRegressioninline
predict(const std::vector< double > &features) constLogisticRegressioninline
predictProbability(const std::vector< double > &features) constLogisticRegressioninline
train(const std::vector< std::vector< double >> &features, const std::vector< int > &labels)LogisticRegressioninline