This is the complete list of members for shark::McPegasos< VectorType >, including all inherited members.
elDiscriminativeMax enum value | shark::McPegasos< VectorType > | |
elDiscriminativeSum enum value | shark::McPegasos< VectorType > | |
elNaiveHinge enum value | shark::McPegasos< VectorType > | |
eLossType enum name | shark::McPegasos< VectorType > | |
elTotalMax enum value | shark::McPegasos< VectorType > | |
elTotalSum enum value | shark::McPegasos< VectorType > | |
emAbsolute enum value | shark::McPegasos< VectorType > | |
eMarginType enum name | shark::McPegasos< VectorType > | |
emRelative enum value | shark::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 typedef | shark::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 |