|
Learning Curve Plus Plus (LCPP)
|
This is the complete list of members for algo::ANN< NET, OPT, MET, O >, including all inherited members.
| ANN() | algo::ANN< NET, OPT, MET, O > | inline |
| ANN(const arma::Mat< O > &inputs, const arma::Mat< O > &labels) | algo::ANN< NET, OPT, MET, O > | |
| ANN(const arma::Mat< O > &inputs, const arma::Mat< O > &labels, const NET network) | algo::ANN< NET, OPT, MET, O > | |
| ANN(const arma::Mat< O > &inputs, const arma::Mat< O > &labels, const NET network, bool early=false, const OptArgs &... args) (defined in algo::ANN< NET, OPT, MET, O >) | algo::ANN< NET, OPT, MET, O > | |
| ANN(const arma::Mat< O > &inputs, const arma::Row< size_t > &labels, const NET network, bool early=false, const OptArgs &... args) (defined in algo::ANN< NET, OPT, MET, O >) | algo::ANN< NET, OPT, MET, O > | |
| Classify(const arma::Mat< O > &inputs, arma::Row< size_t > &preds) | algo::ANN< NET, OPT, MET, O > | |
| ComputeError(const arma::Mat< O > &inputs, const arma::Mat< O > &labels) | algo::ANN< NET, OPT, MET, O > | |
| Parameters() (defined in algo::ANN< NET, OPT, MET, O >) | algo::ANN< NET, OPT, MET, O > | |
| Predict(const arma::Mat< O > &inputs, arma::Mat< O > &preds) | algo::ANN< NET, OPT, MET, O > | |
| serialize(Archive &ar) (defined in algo::ANN< NET, OPT, MET, O >) | algo::ANN< NET, OPT, MET, O > | inline |
| Train(const arma::Mat< O > &inputs, const arma::Mat< O > &labels) | algo::ANN< NET, OPT, MET, O > | |
| Train(const arma::Mat< O > &inputs, const arma::Mat< O > &labels, const NET network, bool early=false, const OptArgs &... args) (defined in algo::ANN< NET, OPT, MET, O >) | algo::ANN< NET, OPT, MET, O > | |
| Train(const arma::Mat< O > &inputs, const arma::Row< size_t > &labels, const NET network, bool early=false, const OptArgs &... args) (defined in algo::ANN< NET, OPT, MET, O >) | algo::ANN< NET, OPT, MET, O > | |
| Train(const arma::Mat< O > &inputs, const arma::Row< size_t > &labels) (defined in algo::ANN< NET, OPT, MET, O >) | algo::ANN< NET, OPT, MET, O > |