1 #ifndef GRAIL_C45_SINGLE_ITERATION_RESULT_HPP
2 #define GRAIL_C45_SINGLE_ITERATION_RESULT_HPP
14 gain = std::numeric_limits<double>::lowest();
15 splitValue = std::numeric_limits<float>::lowest();
The whole class should be INTERNAL; part of the private interface.
Definition: C45SingleIterationResult.h:11