Uses of Enum Class
org.tribuo.common.xgboost.XGBoostTrainer.LoggingVerbosity
Package
Description
Provides an interface to XGBoost for classification problems.
Provides abstract classes for interfacing with XGBoost abstracting away all the
Output
dependent parts.Provides an interface to XGBoost for regression problems.
-
Uses of XGBoostTrainer.LoggingVerbosity in org.tribuo.classification.xgboost
Modifier and TypeFieldDescriptionXGBoostOptions.xgbLogLevel
Make the XGBoost training procedure quiet.ModifierConstructorDescriptionXGBoostClassificationTrainer
(XGBoostTrainer.BoosterType boosterType, XGBoostTrainer.TreeMethod treeMethod, int numTrees, double eta, double gamma, int maxDepth, double minChildWeight, double subsample, double featureSubsample, double lambda, double alpha, int nThread, XGBoostTrainer.LoggingVerbosity verbosity, long seed) Create an XGBoost trainer. -
Uses of XGBoostTrainer.LoggingVerbosity in org.tribuo.common.xgboost
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static XGBoostTrainer.LoggingVerbosity[]
XGBoostTrainer.LoggingVerbosity.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionprotected
XGBoostTrainer
(XGBoostTrainer.BoosterType boosterType, XGBoostTrainer.TreeMethod treeMethod, int numTrees, double eta, double gamma, int maxDepth, double minChildWeight, double subsample, double featureSubsample, double lambda, double alpha, int nThread, XGBoostTrainer.LoggingVerbosity verbosity, long seed) Create an XGBoost trainer. -
Uses of XGBoostTrainer.LoggingVerbosity in org.tribuo.regression.xgboost
ModifierConstructorDescriptionXGBoostRegressionTrainer
(XGBoostTrainer.BoosterType boosterType, XGBoostTrainer.TreeMethod treeMethod, XGBoostRegressionTrainer.RegressionType rType, int numTrees, double eta, double gamma, int maxDepth, double minChildWeight, double subsample, double featureSubsample, double lambda, double alpha, int nThread, XGBoostTrainer.LoggingVerbosity verbosity, long seed) Create an XGBoost trainer.