public abstract static class Score.ScoreExtension extends water.Iced<Score.ScoreExtension>
Constructor and Description |
---|
ScoreExtension() |
Modifier and Type | Method and Description |
---|---|
protected abstract double |
getPrediction(double[] cdist)
Get prediction from per class-probabilities or algo-specific data
|
protected abstract int[] |
getResponseComplements(SharedTreeModel<?,?,?> m)
Return indices of columns that need to be extracted from Frame chunks in addition to response
|
protected abstract double getPrediction(double[] cdist)
cdist
- prediction arrayprotected abstract int[] getResponseComplements(SharedTreeModel<?,?,?> m)
m
- instance of SharedTreeModel