AbstractModel() | shark::AbstractModel< InputType, RealVector > | inline |
BatchInputType typedef | shark::AbstractModel< InputType, RealVector > | |
BatchOutputType typedef | shark::AbstractModel< InputType, RealVector > | |
BOOST_SERIALIZATION_SPLIT_MEMBER() | shark::ISerializable | |
createState() const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
DistanceWeights enum name | shark::NearestNeighborModel< InputType, LabelType > | |
eval(BatchInputType const &patterns, BatchOutputType &outputs) const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
eval(BatchInputType const &patterns, BatchOutputType &outputs, State &state) const=0 | shark::AbstractModel< InputType, RealVector > | pure virtual |
eval(InputType const &pattern, OutputType &output) const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
Feature enum name | shark::AbstractModel< InputType, RealVector > | |
FeatureNotAvailableException typedef | shark::AbstractModel< InputType, RealVector > | |
features() const | shark::AbstractModel< InputType, RealVector > | inline |
Features typedef | shark::AbstractModel< InputType, RealVector > | |
getDistanceWeightType() const | shark::NearestNeighborModel< InputType, LabelType > | inline |
HAS_FIRST_INPUT_DERIVATIVE enum value | shark::AbstractModel< InputType, RealVector > | |
HAS_FIRST_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< InputType, RealVector > | |
hasFirstInputDerivative() const | shark::AbstractModel< InputType, RealVector > | inline |
hasFirstParameterDerivative() const | shark::AbstractModel< InputType, RealVector > | inline |
inputShape() const=0 | shark::AbstractModel< InputType, RealVector > | pure virtual |
InputType typedef | shark::AbstractModel< InputType, RealVector > | |
load(InArchive &archive, unsigned int version) | shark::ISerializable | inline |
m_features | shark::AbstractModel< InputType, RealVector > | protected |
ModelBaseType typedef | shark::AbstractModel< InputType, RealVector > | |
name() const | shark::NearestNeighborModel< InputType, LabelType > | inlinevirtual |
NearestNeighborModel(NearestNeighbors const *algorithm, unsigned int neighbors=3) | shark::NearestNeighborModel< InputType, LabelType > | inline |
NearestNeighbors typedef | shark::NearestNeighborModel< InputType, LabelType > | |
numberOfParameters() const | shark::IParameterizable< RealVector > | inlinevirtual |
ONE_OVER_DISTANCE enum value | shark::NearestNeighborModel< InputType, LabelType > | |
operator()(Data< InputType > const &patterns) const | shark::AbstractModel< InputType, RealVector > | inline |
operator()(InputType const &pattern) const | shark::AbstractModel< InputType, RealVector > | inline |
operator()(BatchInputType const &patterns) const | shark::AbstractModel< InputType, RealVector > | inline |
outputShape() const=0 | shark::AbstractModel< InputType, RealVector > | pure virtual |
OutputType typedef | shark::AbstractModel< InputType, RealVector > | |
parameterVector() const | shark::IParameterizable< RealVector > | inlinevirtual |
ParameterVectorType typedef | shark::IParameterizable< RealVector > | |
read(InArchive &archive) | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
setDistanceWeightType(DistanceWeights dw) | shark::NearestNeighborModel< InputType, LabelType > | inline |
setParameterVector(ParameterVectorType const &newParameters) | shark::IParameterizable< RealVector > | inlinevirtual |
UNIFORM enum value | shark::NearestNeighborModel< InputType, LabelType > | |
updateFeatures() | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, RealVector ¶meterDerivative, BatchInputType &inputDerivative) const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, RealVector &derivative) const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
write(OutArchive &archive) const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
~AbstractModel() | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
~INameable() | shark::INameable | inlinevirtual |
~IParameterizable() | shark::IParameterizable< RealVector > | inlinevirtual |
~ISerializable() | shark::ISerializable | inlinevirtual |