PLearn 0.1
|
#include "BinaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::MarginPerceptronCostVariable |
class | PLearn::DiffTemplate< ObjectType, MarginPerceptronCostVariable > |
class | PLearn::TypeTraits< MarginPerceptronCostVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const MarginPerceptronCostVariable &o) |
PStream & | PLearn::operator>> (PStream &in, MarginPerceptronCostVariable &o) |
PStream & | PLearn::operator>> (PStream &in, MarginPerceptronCostVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const MarginPerceptronCostVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< MarginPerceptronCostVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, MarginPerceptronCostVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::margin_perceptron_cost (Var output, Var target, real margin) |