Package weka.classifiers.trees
Interface XGBoost.ParamValueProvider
-
- All Known Implementing Classes:
XGBoost.Objective
,XGBoost.Predictor
,XGBoost.Verbosity
- Enclosing class:
- XGBoost
protected static interface XGBoost.ParamValueProvider
Provides a value suitable as a proxy for the XGBoost parameter system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
paramValue()
Provides a proxy object suitable for the XGBoost parameter system in place of this object.
-
-
-
Method Detail
-
paramValue
Object paramValue()
Provides a proxy object suitable for the XGBoost parameter system in place of this object.- Returns:
- The object to give to XGBoost as a parameter.
-
-