make IEvaluation serializable (#1487)
This commit is contained in:
parent
f8fb18675e
commit
70432cac5b
@ -15,12 +15,14 @@
|
|||||||
*/
|
*/
|
||||||
package ml.dmlc.xgboost4j.java;
|
package ml.dmlc.xgboost4j.java;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* interface for customized evaluation
|
* interface for customized evaluation
|
||||||
*
|
*
|
||||||
* @author hzx
|
* @author hzx
|
||||||
*/
|
*/
|
||||||
public interface IEvaluation {
|
public interface IEvaluation extends Serializable {
|
||||||
/**
|
/**
|
||||||
* get evaluate metric
|
* get evaluate metric
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user