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

Method SetEstimatedFeatures

catboost/libs/model/model.h:392–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 }
391
392 void SetEstimatedFeatures(const TVector<TEstimatedFeature>& estimatedFeatures) {
393 EstimatedFeatures = estimatedFeatures;
394 }
395
396 void ProcessSplitsSet(
397 const TSet<TModelSplit>& modelSplitSet,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected