AbstractLoss() | shark::AbstractLoss< LabelType, LabelType > | inline |
BatchLabelType typedef | shark::ZeroOneLoss< LabelType, OutputType > | |
BatchOutputType typedef | shark::ZeroOneLoss< LabelType, OutputType > | |
ConstLabelReference typedef | shark::AbstractLoss< LabelType, LabelType > | |
ConstOutputReference typedef | shark::AbstractLoss< LabelType, LabelType > | |
eval(BatchLabelType const &labels, BatchOutputType const &predictions) const | shark::ZeroOneLoss< LabelType, OutputType > | inlinevirtual |
AbstractLoss< LabelType, LabelType >::eval(ConstLabelReference target, ConstOutputReference prediction) const | shark::AbstractLoss< LabelType, LabelType > | inlinevirtual |
AbstractLoss< LabelType, LabelType >::eval(Data< LabelType > const &targets, Data< OutputType > const &predictions) const | shark::AbstractLoss< LabelType, LabelType > | inlinevirtual |
evalDerivative(ConstLabelReference target, ConstOutputReference prediction, OutputType &gradient) const | shark::AbstractLoss< LabelType, LabelType > | inlinevirtual |
evalDerivative(ConstLabelReference target, ConstOutputReference prediction, OutputType &gradient, MatrixType &hessian) const | shark::AbstractLoss< LabelType, LabelType > | inlinevirtual |
evalDerivative(BatchLabelType const &target, BatchOutputType const &prediction, BatchOutputType &gradient) const | shark::AbstractLoss< LabelType, LabelType > | inlinevirtual |
Feature enum name | shark::AbstractCost< LabelType, LabelType > | |
FeatureNotAvailableException typedef | shark::AbstractCost< LabelType, LabelType > | |
features() const | shark::AbstractCost< LabelType, LabelType > | inline |
Features typedef | shark::AbstractCost< LabelType, LabelType > | |
HAS_FIRST_DERIVATIVE enum value | shark::AbstractCost< LabelType, LabelType > | |
HAS_SECOND_DERIVATIVE enum value | shark::AbstractCost< LabelType, LabelType > | |
hasFirstDerivative() const | shark::AbstractCost< LabelType, LabelType > | inline |
IS_LOSS_FUNCTION enum value | shark::AbstractCost< LabelType, LabelType > | |
isLossFunction() const | shark::AbstractCost< LabelType, LabelType > | inline |
LabelType typedef | shark::AbstractLoss< LabelType, LabelType > | |
m_features | shark::AbstractCost< LabelType, LabelType > | protected |
MatrixType typedef | shark::AbstractLoss< LabelType, LabelType > | |
name() const | shark::ZeroOneLoss< LabelType, OutputType > | inlinevirtual |
operator()(LabelType const &target, OutputType const &prediction) const | shark::AbstractLoss< LabelType, LabelType > | inline |
operator()(BatchLabelType const &target, BatchOutputType const &prediction) const | shark::AbstractLoss< LabelType, LabelType > | inline |
AbstractCost< LabelType, LabelType >::operator()(Data< LabelType > const &targets, Data< OutputType > const &predictions) const | shark::AbstractCost< LabelType, LabelType > | inline |
OutputType typedef | shark::AbstractLoss< LabelType, LabelType > | |
updateFeatures() | shark::AbstractCost< LabelType, LabelType > | inlinevirtual |
ZeroOneLoss() | shark::ZeroOneLoss< LabelType, OutputType > | inline |
~AbstractCost() | shark::AbstractCost< LabelType, LabelType > | inlinevirtual |
~INameable() | shark::INameable | inlinevirtual |