public class CompressedTree
extends water.Keyed
| Constructor and Description |
|---|
CompressedTree(byte[] bits,
int nclass,
long seed,
int tid,
int cls) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
checksum_impl() |
static water.Key<CompressedTree> |
makeTreeKey(int treeId,
int clazz) |
java.util.Random |
rngForChunk(int cidx) |
double |
score(double[] row)
Highly efficient (critical path) tree scoring
|
java.lang.String |
toString(SharedTreeModel.SharedTreeOutput tm) |
checksum, getBinarySerializer, getPublishedKeys, remove_impl, remove, remove, remove, removepublic CompressedTree(byte[] bits,
int nclass,
long seed,
int tid,
int cls)
public double score(double[] row)
public java.util.Random rngForChunk(int cidx)
protected long checksum_impl()
checksum_impl in class water.Keyedpublic java.lang.String toString(SharedTreeModel.SharedTreeOutput tm)
public static water.Key<CompressedTree> makeTreeKey(int treeId, int clazz)