#include <NegOutputCostFunction.h>
Inheritance diagram for PLearn::NegOutputCostFunction:
Public Member Functions | |
NegOutputCostFunction () | |
PLEARN_DECLARE_OBJECT (NegOutputCostFunction) | |
virtual real | evaluate (const Vec &output, const Vec &target) const |
returns K(x1,x2) | |
Private Types | |
typedef Kernel | inherited |
Definition at line 55 of file NegOutputCostFunction.h.
|
Reimplemented from PLearn::Kernel. Definition at line 57 of file NegOutputCostFunction.h. |
|
Definition at line 60 of file NegOutputCostFunction.h. |
|
returns K(x1,x2)
Implements PLearn::Kernel. Definition at line 54 of file NegOutputCostFunction.cc. References PLearn::Vec. |
|
|