| AbstractLoss() | shark::AbstractLoss< unsigned int, RealVector > | inline |
| BatchLabelType typedef | shark::AbstractLoss< unsigned int, RealVector > | |
| BatchOutputType typedef | shark::AbstractLoss< unsigned int, RealVector > | |
| CrossEntropy() | shark::CrossEntropy | inline |
| eval(UIntVector const &target, RealMatrix const &prediction) const | shark::CrossEntropy | inline |
| 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(LabelType const &target, OutputType const &prediction) const | shark::AbstractLoss< unsigned int, RealVector > | inlinevirtual |
| AbstractLoss< unsigned int, RealVector >::eval(Data< LabelType > const &targets, Data< OutputType > const &predictions) const | shark::AbstractLoss< unsigned int, RealVector > | inlinevirtual |
| evalDerivative(UIntVector const &target, RealMatrix const &prediction, RealMatrix &gradient) const | shark::CrossEntropy | inline |
| evalDerivative(unsigned int const &target, RealVector const &prediction, RealVector &gradient, RealMatrix &hessian) const | shark::CrossEntropy | inlinevirtual |
| AbstractLoss< unsigned int, RealVector >::evalDerivative(LabelType const &target, OutputType const &prediction, OutputType &gradient) const | shark::AbstractLoss< unsigned int, RealVector > | 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::CrossEntropy | 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 |