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

Method GetDimensionsCount

catboost/libs/model/model.h:755–757  ·  view source on GitHub ↗

* @return Number of dimensions in model. */

Source from the content-addressed store, hash-verified

753 * @return Number of dimensions in model.
754 */
755 size_t GetDimensionsCount() const noexcept {
756 return ModelTrees->GetDimensionsCount();
757 }
758
759 /**
760 * Truncate trees to contain only trees from [begin; end) interval.

Calls

no outgoing calls

Tested by

no test coverage detected