Uses of Class
weka.classifiers.trees.XGBoost.FeatureSelector
-
Packages that use XGBoost.FeatureSelector Package Description weka.classifiers.trees -
-
Uses of XGBoost.FeatureSelector in weka.classifiers.trees
Fields in weka.classifiers.trees declared as XGBoost.FeatureSelector Modifier and Type Field Description protected XGBoost.FeatureSelector
XGBoost. m_FeatureSelector
Feature selection and ordering method.Methods in weka.classifiers.trees that return XGBoost.FeatureSelector Modifier and Type Method Description XGBoost.FeatureSelector
XGBoost. getFeatureSelector()
Gets the feature selection and ordering method.static XGBoost.FeatureSelector
XGBoost.FeatureSelector. valueOf(String name)
Returns the enum constant of this type with the specified name.static XGBoost.FeatureSelector[]
XGBoost.FeatureSelector. 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.FeatureSelector Modifier and Type Method Description void
XGBoost. setFeatureSelector(XGBoost.FeatureSelector value)
Gets the feature selection and ordering method.
-