AbstractLoss() | shark::AbstractLoss< unsigned int, RealVector > | inline |
BatchLabelType typedef | shark::AbstractLoss< unsigned int, RealVector > | |
BatchOutputType typedef | shark::AbstractLoss< unsigned int, RealVector > | |
CrossEntropyIndependent() | shark::CrossEntropyIndependent | inline |
eval(unsigned int const &target, RealVector const &prediction) const | shark::CrossEntropyIndependent | inlinevirtual |
AbstractLoss< unsigned int, RealVector >::eval(BatchLabelType const &target, BatchOutputType const &prediction) const=0 | shark::AbstractLoss< unsigned int, RealVector > | pure virtual |
AbstractLoss< unsigned int, RealVector >::eval(Data< LabelType > const &targets, Data< OutputType > const &predictions) const | shark::AbstractLoss< unsigned int, RealVector > | inlinevirtual |
evalDerivative(unsigned int const &target, RealVector const &prediction, RealVector &gradient) const | shark::CrossEntropyIndependent | inlinevirtual |
evalDerivative(unsigned int const &target, RealVector const &prediction, RealVector &gradient, typename base_type::MatrixType &hessian) const | shark::CrossEntropyIndependent | inlinevirtual |
AbstractLoss< unsigned int, RealVector >::evalDerivative(BatchLabelType const &target, BatchOutputType const &prediction, BatchOutputType &gradient) const | shark::AbstractLoss< unsigned int, RealVector > | inlinevirtual |
Feature enum name | shark::AbstractCost< unsigned int, RealVector > | |
FeatureNotAvailableException typedef | shark::AbstractCost< unsigned int, RealVector > | |
features() const | shark::AbstractCost< unsigned int, RealVector > | inline |
Features typedef | shark::AbstractCost< unsigned int, RealVector > | |
HAS_FIRST_DERIVATIVE enum value | shark::AbstractCost< unsigned int, RealVector > | |
HAS_SECOND_DERIVATIVE enum value | shark::AbstractCost< unsigned int, RealVector > | |
hasFirstDerivative() const | shark::AbstractCost< unsigned int, RealVector > | inline |
IS_LOSS_FUNCTION enum value | shark::AbstractCost< unsigned int, RealVector > | |
isLossFunction() const | shark::AbstractCost< unsigned int, RealVector > | inline |
LabelType typedef | shark::AbstractLoss< unsigned int, RealVector > | |
m_features | shark::AbstractCost< unsigned int, RealVector > | protected |
MatrixType typedef | shark::AbstractLoss< unsigned int, RealVector > | |
name() const | shark::CrossEntropyIndependent | inlinevirtual |
operator()(LabelType const &target, OutputType const &prediction) const | shark::AbstractLoss< unsigned int, RealVector > | inline |
operator()(BatchLabelType const &target, BatchOutputType const &prediction) const | shark::AbstractLoss< unsigned int, RealVector > | inline |
AbstractCost< unsigned int, RealVector >::operator()(Data< LabelType > const &targets, Data< OutputType > const &predictions) const | shark::AbstractCost< unsigned int, RealVector > | inline |
OutputType typedef | shark::AbstractLoss< unsigned int, RealVector > | |
updateFeatures() | shark::AbstractCost< unsigned int, RealVector > | inlinevirtual |
~AbstractCost() | shark::AbstractCost< unsigned int, RealVector > | inlinevirtual |
~INameable() | shark::INameable | inlinevirtual |