Uses of Class
weka.classifiers.trees.XGBoost.Verbosity
-
Packages that use XGBoost.Verbosity Package Description weka.classifiers.trees -
-
Uses of XGBoost.Verbosity in weka.classifiers.trees
Fields in weka.classifiers.trees declared as XGBoost.Verbosity Modifier and Type Field Description protected XGBoost.VerbosityXGBoost. m_VerbosityVerbosity of printing messages.Methods in weka.classifiers.trees that return XGBoost.Verbosity Modifier and Type Method Description XGBoost.VerbosityXGBoost. getVerbosity()Gets the verbosity level.static XGBoost.VerbosityXGBoost.Verbosity. valueOf(String name)Returns the enum constant of this type with the specified name.static XGBoost.Verbosity[]XGBoost.Verbosity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in weka.classifiers.trees with parameters of type XGBoost.Verbosity Modifier and Type Method Description voidXGBoost. setVerbosity(XGBoost.Verbosity value)Sets the verbosity level.
-