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