Commit 3b11241dc5fed8d25ee5993ac4f690706d2aeda4

Authored by Scott Klum
1 parent 58b7965d

Added crossValidation to train on a single dataset but project for multiple partitions

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/distance.cpp
... ... @@ -145,7 +145,7 @@ BR_REGISTER(Distance, DefaultDistance)
145 145 * \author Josh Klontz \cite jklontz
146 146 *
147 147 * The templates are compared using each br::Distance in order.
148   - * If the result of the comparison with any given distance is -INT_MAX then this result is returned early.
  148 + * If the result of the comparison with any given distance is -FLOAT_MAX then this result is returned early.
149 149 * Otherwise the returned result is the value of comparing the templates using the last br::Distance.
150 150 */
151 151 class PipeDistance : public Distance
... ...