|
Learning Curve Plus Plus (LCPP)
|
This is the complete list of members for algo::regression::Kernel< KERNEL, T >, including all inherited members.
| ComputeError(const arma::Mat< T > &points, const arma::Row< T > &responses) const | algo::regression::Kernel< KERNEL, T > | |
| Kernel(const arma::Mat< T > &inputs, const arma::Row< T > &labels, const Ts &... args) | algo::regression::Kernel< KERNEL, T > | |
| Kernel(const Ts &... args) | algo::regression::Kernel< KERNEL, T > | inline |
| Predict(const arma::Mat< T > &inputs, arma::Row< T > &labels) const | algo::regression::Kernel< KERNEL, T > | |
| serialize(Archive &ar, const unsigned int) | algo::regression::Kernel< KERNEL, T > | inline |
| Train(const arma::Mat< T > &inputs, const arma::Row< T > &labels) | algo::regression::Kernel< KERNEL, T > |