SoftmaxErrorFunction< MetricType > Member List

This is the complete list of members for SoftmaxErrorFunction< MetricType >, including all inherited members.

Evaluate(const arma::mat &covariance)SoftmaxErrorFunction< MetricType >
Evaluate(const arma::mat &covariance, const size_t begin, const size_t batchSize=1)SoftmaxErrorFunction< MetricType >
GetInitialPoint() constSoftmaxErrorFunction< MetricType >
Gradient(const arma::mat &covariance, arma::mat &gradient)SoftmaxErrorFunction< MetricType >
Gradient(const arma::mat &covariance, const size_t begin, GradType &gradient, const size_t batchSize=1)SoftmaxErrorFunction< MetricType >
NumFunctions() constSoftmaxErrorFunction< MetricType >inline
Shuffle()SoftmaxErrorFunction< MetricType >
SoftmaxErrorFunction(const arma::mat &dataset, const arma::Row< size_t > &labels, MetricType metric=MetricType())SoftmaxErrorFunction< MetricType >