

Public Member Functions | |
| SVMObject (int newid, std::string newname, std::string newdescription, double confidence=0.0) | |
| bool | initialized () |
| bool | operator== (const SVMObject &obj) const |
| bool | operator!= (const SVMObject &obj) const |
| bool | operator== (const int cmpId) const |
| bool | operator< (const SVMObject &obj) const |
Public Attributes | |
| int | id |
| std::string | name |
| std::string | description |
| double | confidence |
Definition at line 42 of file SVMObject.H.
1.6.3