Package ml.dmlc.xgboost4j.java
Interface IEvaluation
- All Superinterfaces:
Serializable
interface for customized evaluation
-
Method Summary
-
Method Details
-
getMetric
String getMetric()get evaluate metric- Returns:
- evalMetric
-
eval
evaluate with predicts and data- Parameters:
predicts
- predictions as arraydmat
- data matrix to evaluate- Returns:
- result of the metric
-