From 22770e29376b006c1a881607a534a6394d14c8f1 Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 12 Dec 2008 20:04:14 +0000 Subject: [PATCH] Fixed typo in a comment. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402725 --- examples/rvm_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rvm_ex.cpp b/examples/rvm_ex.cpp index ed17b3862..79c81997c 100644 --- a/examples/rvm_ex.cpp +++ b/examples/rvm_ex.cpp @@ -133,7 +133,7 @@ int main() // going to learn. funct_type learned_function; learned_function.normalizer = normalizer; // save normalization information - learned_function.function = trainer.train(samples, labels); // perform the actual SVM training and save the results + learned_function.function = trainer.train(samples, labels); // perform the actual RVM training and save the results // print out the number of support vectors in the resulting decision function cout << "\nnumber of support vectors in our learned_function is "