| 211 | } |
| 212 | |
| 213 | bool CheckMultiClassObjective(const std::string& objective) { |
| 214 | return (objective == std::string("multiclass") || objective == std::string("multiclassova")); |
| 215 | } |
| 216 | |
| 217 | void Config::CheckParamConflict() { |
| 218 | // check if objective, metric, and num_class match |