mirror of
https://github.com/WallabyLester/RBF-aPID-Controller.git
synced 2026-05-10 21:19:39 +08:00
Changed comments to match.
This commit is contained in:
@@ -42,7 +42,7 @@ RBFModel::~RBFModel() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Gaussian function used in RBF evaluation.
|
||||
* @brief Gaussian function used in RBF prediction.
|
||||
*/
|
||||
double RBFModel::gaussian(const double* input, const double* center) {
|
||||
double norm = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user