Uses of Enum
org.tribuo.common.xgboost.XGBoostTrainer.BoosterType
Packages that use XGBoostTrainer.BoosterType
Package
Description
Provides abstract classes for interfacing with XGBoost abstracting away all the
Output
dependent parts.-
Uses of XGBoostTrainer.BoosterType in org.tribuo.common.xgboost
Subclasses with type arguments of type XGBoostTrainer.BoosterType in org.tribuo.common.xgboostModifier and TypeClassDescriptionstatic enumThe type of XGBoost model.Methods in org.tribuo.common.xgboost that return XGBoostTrainer.BoosterTypeModifier and TypeMethodDescriptionstatic XGBoostTrainer.BoosterTypeReturns the enum constant of this type with the specified name.static XGBoostTrainer.BoosterType[]XGBoostTrainer.BoosterType.values()Returns an array containing the constants of this enum type, in the order they are declared.