AbstractLoss() | shark::AbstractLoss< unsigned int, RealVector > | inline |
BatchLabelType typedef | shark::AbstractLoss< unsigned int, RealVector > | |
BatchOutputType typedef | shark::AbstractLoss< unsigned int, RealVector > | |
ConstLabelReference typedef | shark::AbstractLoss< unsigned int, RealVector > | |
ConstOutputReference typedef | shark::AbstractLoss< unsigned int, RealVector > | |
CrossEntropy() | shark::CrossEntropy | inline |
eval(UIntVector const &target, RealMatrix const &prediction) const | shark::CrossEntropy | inline |
eval(ConstLabelReference target, ConstOutputReference prediction) const | shark::CrossEntropy | 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(UIntVector const &target, RealMatrix const &prediction, RealMatrix &gradient) const | shark::CrossEntropy | inline |
evalDerivative(ConstLabelReference target, ConstOutputReference prediction, OutputType &gradient) const | shark::CrossEntropy | inlinevirtual |
evalDerivative(ConstLabelReference target, ConstOutputReference prediction, OutputType &gradient, MatrixType &hessian) const | shark::CrossEntropy | 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 typedef | shark::AbstractCost< unsigned int, RealVector > | |
features() const | shark::AbstractCost< unsigned int, RealVector > | inline |
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 |