public class NaiveTreeSHAP<R,N extends ai.h2o.algos.tree.INode<R>,S extends ai.h2o.algos.tree.INodeStat>
extends java.lang.Object
| Constructor and Description |
|---|
NaiveTreeSHAP(N[] nodes,
S[] stats,
int rootNodeId) |
| Modifier and Type | Method and Description |
|---|---|
double |
calculateContributions(R row,
double[] contribsNaive) |