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

Method GetNumTextFeatures

catboost/libs/model/model.h:835–837  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

833 * @return Expected text features vector length for this model
834 */
835 size_t GetNumTextFeatures() const {
836 return ModelTrees->GetNumTextFeatures();
837 }
838
839 /**
840 * @return Expected embeddings features vector length for this model

Calls

no outgoing calls

Tested by

no test coverage detected