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.FeatureSelectorXGBoost. m_FeatureSelectorFeature selection and ordering method.Methods in weka.classifiers.trees that return XGBoost.FeatureSelector Modifier and Type Method Description XGBoost.FeatureSelectorXGBoost. getFeatureSelector()Gets the feature selection and ordering method.static XGBoost.FeatureSelectorXGBoost.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 voidXGBoost. setFeatureSelector(XGBoost.FeatureSelector value)Gets the feature selection and ordering method.
-