Changed comments to match.

This commit is contained in:
Andru Liu
2024-10-08 21:46:06 -07:00
parent 692436ff18
commit abc539b0fd
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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;