public static class CompressedForest.LocalCompressedForest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String[][] |
_domains |
CompressedTree[][] |
_trees |
Modifier and Type | Method and Description |
---|---|
void |
scoreTree(double[] data,
double[] preds,
int tidx)
Score given tree on the row of data.
|
public CompressedTree[][] _trees
public java.lang.String[][] _domains