#include <hpp/fcl/learning/classifier.h>
Public Member Functions | |
PredictResult () | |
PredictResult (bool label_, FCL_REAL prob_=1) | |
Public Attributes | |
bool | label |
FCL_REAL | prob |
fcl::PredictResult::PredictResult | ( | ) | [inline] |
fcl::PredictResult::PredictResult | ( | bool | label_, |
FCL_REAL | prob_ = 1 |
||
) | [inline] |
Referenced by fcl::SVMClassifier< N >::error_rate().