9 #ifndef META_CLASSIFY_PERCEPTRON_LOSS_H_
10 #define META_CLASSIFY_PERCEPTRON_LOSS_H_
31 const static std::string
id;
33 double loss(
double prediction,
int expected)
const override;
34 double derivative(
double prediction,
int expected)
const override;