protected static class SharedTreeMojoModelWithContributions.SharedTreeContributionsPredictor extends ContributionsPredictor<double[]>
Constructor and Description |
---|
SharedTreeContributionsPredictor(SharedTreeMojoModel model,
TreeSHAPPredictor<double[]> treeSHAPPredictor) |
Modifier and Type | Method and Description |
---|---|
protected double[] |
toInputRow(double[] input) |
calculateContributions, calculateContributions, getContribs, getContributionNames
public SharedTreeContributionsPredictor(SharedTreeMojoModel model, TreeSHAPPredictor<double[]> treeSHAPPredictor)
protected final double[] toInputRow(double[] input)
toInputRow
in class ContributionsPredictor<double[]>