#include <DirectNegativeCostFunction.h>
Inheritance diagram for PLearn::DirectNegativeCostFunction:
Public Member Functions | |
DirectNegativeCostFunction () | |
PLEARN_DECLARE_OBJECT (DirectNegativeCostFunction) | |
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 |
|
Reimplemented from PLearn::Kernel. Definition at line 53 of file DirectNegativeCostFunction.h. |
|
Definition at line 56 of file DirectNegativeCostFunction.h. |
|
returns K(x1,x2)
Implements PLearn::Kernel. Definition at line 51 of file DirectNegativeCostFunction.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 61 of file DirectNegativeCostFunction.h. |
|
|