From b9902f39b7954a35a8e6bcc9b1b1eb1a3bfee137 Mon Sep 17 00:00:00 2001 From: Rahul Kavi Date: Mon, 5 Aug 2013 09:33:33 -0400 Subject: [PATCH] added reference to logistic regression document --- modules/ml/doc/ml.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ml/doc/ml.rst b/modules/ml/doc/ml.rst index 86da3ac4ff..5c7cc145c1 100644 --- a/modules/ml/doc/ml.rst +++ b/modules/ml/doc/ml.rst @@ -19,3 +19,4 @@ Most of the classification and regression algorithms are implemented as C++ clas expectation_maximization neural_networks mldata + logistic_regression