AbstractModel() | shark::AbstractModel< InputType, RealVector > | inline |
BatchInputType typedef | shark::SoftNearestNeighborClassifier< InputType > | |
BatchOutputType typedef | shark::SoftNearestNeighborClassifier< InputType > | |
BOOST_SERIALIZATION_SPLIT_MEMBER() | shark::ISerializable | |
createState() const | shark::SoftNearestNeighborClassifier< InputType > | inlinevirtual |
DistanceWeights enum name | shark::SoftNearestNeighborClassifier< InputType > | |
eval(BatchInputType const &patterns, BatchOutputType &outputs) const | shark::SoftNearestNeighborClassifier< InputType > | inlinevirtual |
eval(BatchInputType const &patterns, BatchOutputType &outputs, State &state) const | shark::SoftNearestNeighborClassifier< InputType > | inlinevirtual |
AbstractModel< InputType, RealVector >::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::SoftNearestNeighborClassifier< InputType > | inline |
HAS_FIRST_INPUT_DERIVATIVE enum value | shark::AbstractModel< InputType, RealVector > | |
HAS_FIRST_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< InputType, RealVector > | |
HAS_SECOND_INPUT_DERIVATIVE enum value | shark::AbstractModel< InputType, RealVector > | |
HAS_SECOND_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< InputType, RealVector > | |
hasFirstInputDerivative() const | shark::AbstractModel< InputType, RealVector > | inline |
hasFirstParameterDerivative() const | shark::AbstractModel< InputType, RealVector > | inline |
hasSecondInputDerivative() const | shark::AbstractModel< InputType, RealVector > | inline |
hasSecondParameterDerivative() const | shark::AbstractModel< InputType, RealVector > | inline |
InputType typedef | shark::AbstractModel< InputType, RealVector > | |
IS_SEQUENTIAL enum value | shark::AbstractModel< InputType, RealVector > | |
isSequential() const | shark::AbstractModel< InputType, RealVector > | inline |
load(InArchive &archive, unsigned int version) | shark::ISerializable | inline |
m_algorithm | shark::SoftNearestNeighborClassifier< InputType > | protected |
m_classes | shark::SoftNearestNeighborClassifier< InputType > | protected |
m_distanceWeights | shark::SoftNearestNeighborClassifier< InputType > | protected |
m_features | shark::AbstractModel< InputType, RealVector > | protected |
m_neighbors | shark::SoftNearestNeighborClassifier< InputType > | protected |
name() const | shark::SoftNearestNeighborClassifier< InputType > | inlinevirtual |
NearestNeighbors typedef | shark::SoftNearestNeighborClassifier< InputType > | |
neighbors() const | shark::SoftNearestNeighborClassifier< InputType > | inline |
numberOfParameters() const | shark::SoftNearestNeighborClassifier< InputType > | inlinevirtual |
ONE_OVER_DISTANCE enum value | shark::SoftNearestNeighborClassifier< InputType > | |
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 |
OutputType typedef | shark::AbstractModel< InputType, RealVector > | |
parameterVector() const | shark::SoftNearestNeighborClassifier< InputType > | inlinevirtual |
read(InArchive &archive) | shark::SoftNearestNeighborClassifier< InputType > | inlinevirtual |
save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
setDistanceWeightType(DistanceWeights dw) | shark::SoftNearestNeighborClassifier< InputType > | inline |
setNeighbors(unsigned int neighbors) | shark::SoftNearestNeighborClassifier< InputType > | inline |
setParameterVector(RealVector const &newParameters) | shark::SoftNearestNeighborClassifier< InputType > | inlinevirtual |
SoftNearestNeighborClassifier(NearestNeighbors const *algorithm, unsigned int neighbors=3) | shark::SoftNearestNeighborClassifier< InputType > | inline |
SoftNearestNeighborClassifier(NearestNeighbors const *algorithm, std::size_t numClasses, unsigned int neighbors) | shark::SoftNearestNeighborClassifier< InputType > | inline |
UNIFORM enum value | shark::SoftNearestNeighborClassifier< InputType > | |
updateFeatures() | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &coefficients, State const &state, RealVector ¶meterDerivative, BatchInputType &inputDerivative) const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, typename Batch< RealMatrix >::type const &errorHessian, State const &state, RealMatrix &derivative, Batch< RealMatrix >::type &hessian) const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, State const &state, RealVector &derivative) const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, Batch< RealMatrix >::type const &errorHessian, State const &state, RealVector &derivative, RealMatrix &hessian) const | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
write(OutArchive &archive) const | shark::SoftNearestNeighborClassifier< InputType > | inlinevirtual |
~AbstractModel() | shark::AbstractModel< InputType, RealVector > | inlinevirtual |
~INameable() | shark::INameable | inlinevirtual |
~IParameterizable() | shark::IParameterizable | inlinevirtual |
~ISerializable() | shark::ISerializable | inlinevirtual |