From 7c8a5e4b2a7cff7573b1a308daf19d2dbd558a9c Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 9 May 2016 20:55:24 +0200 Subject: strip whitespaces --- src/gensvm_pred.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gensvm_pred.c') diff --git a/src/gensvm_pred.c b/src/gensvm_pred.c index 7baae07..7835bf6 100644 --- a/src/gensvm_pred.c +++ b/src/gensvm_pred.c @@ -6,7 +6,7 @@ * * @details * This file contains functions for predicting the class labels of instances - * and a function for calculating the predictive performance (hitrate) of + * and a function for calculating the predictive performance (hitrate) of * a prediction given true class labels. * */ @@ -24,7 +24,7 @@ * @brief Predict class labels of data given and output in predy * * @details - * The labels are predicted by mapping each instance in data to the + * The labels are predicted by mapping each instance in data to the * simplex space using the matrix V in the given model. Next, for each * instance the nearest simplex vertex is determined using an Euclidean * norm. The nearest simplex vertex determines the predicted class label, @@ -113,7 +113,7 @@ void gensvm_predict_labels(struct GenData *testdata, struct GenModel *model, * * @details * The predictive performance is calculated by simply counting the number - * of correctly classified samples and dividing by the total number of + * of correctly classified samples and dividing by the total number of * samples, multiplying by 100. * * @param[in] data the GenData dataset with known labels -- cgit v1.2.3