Uses of Class
weka.classifiers.trees.XGBoost.ProcessType
-
Packages that use XGBoost.ProcessType Package Description weka.classifiers.trees -
-
Uses of XGBoost.ProcessType in weka.classifiers.trees
Fields in weka.classifiers.trees declared as XGBoost.ProcessType Modifier and Type Field Description protected XGBoost.ProcessType
XGBoost. m_ProcessType
The type of boosting process to run.Methods in weka.classifiers.trees that return XGBoost.ProcessType Modifier and Type Method Description XGBoost.ProcessType
XGBoost. getProcessType()
Gets the type of boosting process to run.static XGBoost.ProcessType
XGBoost.ProcessType. valueOf(String name)
Returns the enum constant of this type with the specified name.static XGBoost.ProcessType[]
XGBoost.ProcessType. 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.ProcessType Modifier and Type Method Description void
XGBoost. setProcessType(XGBoost.ProcessType value)
Sets the type of boosting process to run.
-