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.PredictorXGBoost. m_PredictorThe type of predictor algorithm to use.Methods in weka.classifiers.trees that return XGBoost.Predictor Modifier and Type Method Description XGBoost.PredictorXGBoost. getPredictor()Gets the type of predictor algorithm to use.static XGBoost.PredictorXGBoost.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 voidXGBoost. setPredictor(XGBoost.Predictor value)Sets the type of predictor algorithm to use.
-