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