Uses of Class
weka.classifiers.trees.XGBoost.TreeMethod
-
Packages that use XGBoost.TreeMethod Package Description weka.classifiers.trees -
-
Uses of XGBoost.TreeMethod in weka.classifiers.trees
Fields in weka.classifiers.trees declared as XGBoost.TreeMethod Modifier and Type Field Description protected XGBoost.TreeMethod
XGBoost. m_TreeMethod
The tree construction algorithm.Methods in weka.classifiers.trees that return XGBoost.TreeMethod Modifier and Type Method Description XGBoost.TreeMethod
XGBoost. getTreeMethod()
Gets the tree construction algorithm used in XGBoost.static XGBoost.TreeMethod
XGBoost.TreeMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static XGBoost.TreeMethod[]
XGBoost.TreeMethod. 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.TreeMethod Modifier and Type Method Description void
XGBoost. setTreeMethod(XGBoost.TreeMethod value)
Sets the tree construction algorithm used in XGBoost.
-