Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetPredictionDiff
Function · 0.45
Check
Method · 0.45
SaveColumnData
Function · 0.45
MakeConsecutiveIfDenseColumnDataWithScheduling
Function · 0.45
CloneWithNewSubsetIndexing
Method · 0.45
CloneWithNewSubsetIndexing
Method · 0.45
ComputeNanMode
Method · 0.45
GetNonDefaultValuesCount
Function · 0.45
EstimateMemUsageForFloatFeature
Function · 0.45
CalcQuantizationAndNanMode
Function · 0.45
ProcessDenseColumn
Method · 0.45
ProcessSparseColumn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected