shark::McPegasos< VectorType > Member List

This is the complete list of members for shark::McPegasos< VectorType >, including all inherited members.

elDiscriminativeMax enum valueshark::McPegasos< VectorType >
elDiscriminativeSum enum valueshark::McPegasos< VectorType >
elNaiveHinge enum valueshark::McPegasos< VectorType >
eLossType enum nameshark::McPegasos< VectorType >
elTotalMax enum valueshark::McPegasos< VectorType >
elTotalSum enum valueshark::McPegasos< VectorType >
emAbsolute enum valueshark::McPegasos< VectorType >
eMarginType enum nameshark::McPegasos< VectorType >
emRelative enum valueshark::McPegasos< VectorType >
lossGradientADM(VectorType const &x, unsigned int y, RealVector const &f, std::vector< VectorType > &gradient, bool sumToZero)shark::McPegasos< VectorType >inlineprotectedstatic
lossGradientADS(VectorType const &x, unsigned int y, RealVector const &f, std::vector< VectorType > &gradient, bool sumToZero)shark::McPegasos< VectorType >inlineprotectedstatic
lossGradientANH(VectorType const &x, unsigned int y, RealVector const &f, std::vector< VectorType > &gradient, bool sumToZero)shark::McPegasos< VectorType >inlineprotectedstatic
lossGradientATM(VectorType const &x, unsigned int y, RealVector const &f, std::vector< VectorType > &gradient, bool sumToZero)shark::McPegasos< VectorType >inlineprotectedstatic
lossGradientATS(VectorType const &x, unsigned int y, RealVector const &f, std::vector< VectorType > &gradient, bool sumToZero)shark::McPegasos< VectorType >inlineprotectedstatic
LossGradientFunction typedefshark::McPegasos< VectorType >protected
lossGradientRDM(VectorType const &x, unsigned int y, RealVector const &f, std::vector< VectorType > &gradient, bool sumToZero)shark::McPegasos< VectorType >inlineprotectedstatic
lossGradientRDS(VectorType const &x, unsigned int y, RealVector const &f, std::vector< VectorType > &gradient, bool sumToZero)shark::McPegasos< VectorType >inlineprotectedstatic
solve(LabeledData< VectorType, unsigned int > const &data, eMarginType margintype, eLossType losstype, bool sumToZero, double C, std::vector< WeightType > &w, std::size_t batchsize=1, double varepsilon=0.001)shark::McPegasos< VectorType >inlinestatic