| 290 | using TCatHashToString = std::pair<ui32, TString>; |
| 291 | |
| 292 | TVector<TVector<float>> GetFloatFeatures1() { |
| 293 | return TVector<TVector<float>>{ |
| 294 | {0.f, 1.f, 2.f, 2.3f, 0.82f, 0.67f}, |
| 295 | {0.22f, 0.3f, 0.16f, 0.f, 0.2f, 0.11f}, |
| 296 | {0.31f, 1.0f, 0.23f, 0.89f, 0.0f, 0.9f} |
| 297 | }; |
| 298 | } |
| 299 | |
| 300 | void GetCatFeaturesWithHash1( |
| 301 | TVector<TVector<ui32>>* catFeatures, |