Uses of Class
weka.classifiers.trees.XGBoost.GrowPolicy
-
Packages that use XGBoost.GrowPolicy Package Description weka.classifiers.trees -
-
Uses of XGBoost.GrowPolicy in weka.classifiers.trees
Fields in weka.classifiers.trees declared as XGBoost.GrowPolicy Modifier and Type Field Description protected XGBoost.GrowPolicy
XGBoost. m_GrowPolicy
Controls the way new nodes are added to the tree.Methods in weka.classifiers.trees that return XGBoost.GrowPolicy Modifier and Type Method Description XGBoost.GrowPolicy
XGBoost. getGrowPolicy()
Gets the way new nodes are added to the tree.static XGBoost.GrowPolicy
XGBoost.GrowPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static XGBoost.GrowPolicy[]
XGBoost.GrowPolicy. 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.GrowPolicy Modifier and Type Method Description void
XGBoost. setGrowPolicy(XGBoost.GrowPolicy value)
Sets the way new nodes are added to the tree.
-