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

Method get_float_features_count

catboost/rust-package/src/model.rs:227–229  ·  view source on GitHub ↗

Get expected float feature count for model

(&self)

Source from the content-addressed store, hash-verified

225
226 /// Get expected float feature count for model
227 pub fn get_float_features_count(&self) -> usize {
228 unsafe { catboost_sys::GetFloatFeaturesCount(self.handle) }
229 }
230
231 /// Get expected categorical feature count for model
232 pub fn get_cat_features_count(&self) -> usize {

Callers

nothing calls this directly

Calls 1

GetFloatFeaturesCountFunction · 0.85

Tested by

no test coverage detected