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

Method GetTimestamp

catboost/libs/data/objects.h:339–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337 }
338
339 TMaybeData<TConstArrayRef<ui64>> GetTimestamp() const noexcept { // [objectIdx]
340 return CommonData.Timestamp;
341 }
342
343 const THashMap<ui32, TString>& GetCatFeaturesHashToString(ui32 catFeatureIdx) const {
344 return (*CommonData.CatFeaturesHashToString)[catFeatureIdx];

Callers 8

InitializeColumnWriterFunction · 0.80
ProcessBlockMethod · 0.80
Y_UNIT_TESTFunction · 0.80
TestSubsetFeaturesFunction · 0.80
CompareObjectsDataFunction · 0.80
PrepareTimeSplitFoldsFunction · 0.80
CountDisjointFoldsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestSubsetFeaturesFunction · 0.64