mlpack
mlpack::nca::SoftmaxErrorFunction< MetricType > Member List

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

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