public interface IObjective extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<float[]> |
getGradient(float[][] predicts,
DMatrix dtrain)
user define objective function, return gradient and second order gradient
|
List<float[]> getGradient(float[][] predicts, DMatrix dtrain)
predicts - untransformed margin predictsdtrain - training dataCopyright © 2013–2019 H2O.ai. All rights reserved.