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.NormaliseType
XGBoost. m_NormaliseType
Type of normalisation algorithm.Methods in weka.classifiers.trees that return XGBoost.NormaliseType Modifier and Type Method Description XGBoost.NormaliseType
XGBoost. getNormaliseType()
Gets the type of normalisation algorithm.static XGBoost.NormaliseType
XGBoost.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 void
XGBoost. setNormaliseType(XGBoost.NormaliseType value)
Sets the type of normalisation algorithm.
-