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

Method GetNumFloatFeatures

catboost/libs/model/model.h:806–808  ·  view source on GitHub ↗

* @return Expected float features vector length for this model */

Source from the content-addressed store, hash-verified

804 * @return Expected float features vector length for this model
805 */
806 size_t GetNumFloatFeatures() const {
807 return ModelTrees->GetNumFloatFeatures();
808 }
809
810 /**
811 * @return Expected categorical features vector length for this model

Calls

no outgoing calls

Tested by

no test coverage detected