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.GrowPolicyXGBoost. m_GrowPolicyControls the way new nodes are added to the tree.Methods in weka.classifiers.trees that return XGBoost.GrowPolicy Modifier and Type Method Description XGBoost.GrowPolicyXGBoost. getGrowPolicy()Gets the way new nodes are added to the tree.static XGBoost.GrowPolicyXGBoost.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 voidXGBoost. setGrowPolicy(XGBoost.GrowPolicy value)Sets the way new nodes are added to the tree.
-