mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 i)SoftmaxErrorFunction< MetricType >
GetInitialPoint() const SoftmaxErrorFunction< MetricType >
Gradient(const arma::mat &covariance, arma::mat &gradient)SoftmaxErrorFunction< MetricType >
Gradient(const arma::mat &covariance, const size_t i, arma::mat &gradient)SoftmaxErrorFunction< MetricType >
NumFunctions() const SoftmaxErrorFunction< MetricType >inline
SoftmaxErrorFunction(const arma::mat &dataset, const arma::Row< size_t > &labels, MetricType metric=MetricType())SoftmaxErrorFunction< MetricType >