1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00

Make Stump::predict const

This commit is contained in:
Vlad Shakhuro
2014-06-24 08:59:31 +04:00
parent 7ecf95ec25
commit ab9d2496c2
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ public:
Returns real value, sign(value) means class
*/
float predict(int value);
float predict(int value) const;
private:
/* Stump decision threshold */