#include <MulticlassErrorCostFunction.h>
Inheritance diagram for PLearn::MulticlassErrorCostFunction:


Public Member Functions | |
| MulticlassErrorCostFunction () | |
| PLEARN_DECLARE_OBJECT (MulticlassErrorCostFunction) | |
| virtual string | info () const |
| returns a bit more informative string about object (default returns classname()) | |
| virtual real | evaluate (const Vec &output, const Vec &target) const |
| returns K(x1,x2) | |
Private Types | |
| typedef Kernel | inherited |
Definition at line 57 of file MulticlassErrorCostFunction.h.
|
|
Reimplemented from PLearn::Kernel. Definition at line 59 of file MulticlassErrorCostFunction.h. |
|
|
Definition at line 62 of file MulticlassErrorCostFunction.h. |
|
||||||||||||
|
returns K(x1,x2)
Implements PLearn::Kernel. Definition at line 53 of file MulticlassErrorCostFunction.cc. References PLearn::TVec< T >::length(), PLERROR, and PLearn::Vec. |
|
|
returns a bit more informative string about object (default returns classname())
Reimplemented from PLearn::Object. Definition at line 66 of file MulticlassErrorCostFunction.h. |
|
|
|
1.3.7