| 278 | } |
| 279 | |
| 280 | uint32_t FeatureTypesProcessor::GetType(char const * arr[], size_t n) |
| 281 | { |
| 282 | uint32_t const type = classif().GetTypeByPath(std::vector<std::string>(arr, arr + n)); |
| 283 | CHECK_NOT_EQUAL(type, ftype::GetEmptyValue(), ()); |
| 284 | return type; |
| 285 | } |
| 286 | |
| 287 | void FeatureTypesProcessor::CorrectType(uint32_t & t) const |
| 288 | { |
no test coverage detected