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