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.ProcessTypeXGBoost. m_ProcessTypeThe type of boosting process to run.Methods in weka.classifiers.trees that return XGBoost.ProcessType Modifier and Type Method Description XGBoost.ProcessTypeXGBoost. getProcessType()Gets the type of boosting process to run.static XGBoost.ProcessTypeXGBoost.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 voidXGBoost. setProcessType(XGBoost.ProcessType value)Sets the type of boosting process to run.
-