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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user