Uses of Class
org.tribuo.common.xgboost.XGBoostFeatureImportance.XGBoostFeatureImportanceInstance
Package
Description
Provides abstract classes for interfacing with XGBoost abstracting away all the
Output
dependent parts.-
Uses of XGBoostFeatureImportance.XGBoostFeatureImportanceInstance in org.tribuo.common.xgboost
Modifier and TypeMethodDescriptionXGBoostFeatureImportance.getImportances()
Gets all the feature importances for all the features.XGBoostFeatureImportance.getImportances
(int numFeatures) Gets the feature importances for the top n features sorted by gain.