From 3b11241dc5fed8d25ee5993ac4f690706d2aeda4 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Thu, 19 Sep 2013 15:28:52 -0400 Subject: [PATCH] Added crossValidation to train on a single dataset but project for multiple partitions --- openbr/plugins/distance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/distance.cpp b/openbr/plugins/distance.cpp index d4a3808..31a6f71 100644 --- a/openbr/plugins/distance.cpp +++ b/openbr/plugins/distance.cpp @@ -145,7 +145,7 @@ BR_REGISTER(Distance, DefaultDistance) * \author Josh Klontz \cite jklontz * * The templates are compared using each br::Distance in order. - * If the result of the comparison with any given distance is -INT_MAX then this result is returned early. + * If the result of the comparison with any given distance is -FLOAT_MAX then this result is returned early. * Otherwise the returned result is the value of comparing the templates using the last br::Distance. */ class PipeDistance : public Distance -- libgit2 0.21.4