Package ml.dmlc.xgboost4j.java
Interface IEvaluation
-
- All Superinterfaces:
Serializable
public interface IEvaluation extends Serializable
interface for customized evaluation- Author:
- hzx
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
eval(float[][] predicts, DMatrix dmat)
evaluate with predicts and dataString
getMetric()
get evaluate metric
-