opencv/modules/ml
Abe Friesen 9c6ff4d955 - LogisticRegressionImpl::predict() was changed to return the predicted value and to only write to the OutputArray results if specified (no longer segfaults).
- Refactored batch and mini_batch training to use a common gradient computation function (removed duplicate code).
- Altered the cost computation so that NAN is not computed unnecessarily.
- Greatly simplified (and sped up) the code that appends a column of 1s to the data.
- Minor code cleanup.

Removed unused variables.

Added cast to float to remove warning
2015-11-02 17:49:06 -08:00
..
doc Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
include/opencv2 TrainData doc update 2015-09-03 05:52:04 +02:00
src - LogisticRegressionImpl::predict() was changed to return the predicted value and to only write to the OutputArray results if specified (no longer segfaults). 2015-11-02 17:49:06 -08:00
test initialize temp_train_samples in SVM::autoTrain 2015-09-23 11:08:48 +02:00
CMakeLists.txt Add python and java support for ml module 2015-03-19 13:22:30 +03:00