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

Method GetData

catboost/libs/data/columns.h:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 }
318
319 ITypedArraySubsetPtr<TValueType> GetData() const {
320 return Data;
321 }
322
323 private:
324 ITypedArraySubsetPtr<TValueType> Data;

Callers 15

GetPredictionDiffFunction · 0.45
CheckMethod · 0.45
SaveColumnDataFunction · 0.45
ComputeNanModeMethod · 0.45
GetNonDefaultValuesCountFunction · 0.45
ProcessDenseColumnMethod · 0.45
ProcessSparseColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected