MCPcopy Create free account
hub / github.com/catboost/catboost / GetFloatFeatures1

Function GetFloatFeatures1

catboost/libs/data/ut/objects_ut.cpp:292–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected