public class CompressedTree extends water.Keyed<CompressedTree>
Constructor and Description |
---|
CompressedTree(byte[] bits,
int nclass,
long seed,
int tid,
int cls,
java.lang.String[][] domains) |
Modifier and Type | Method and Description |
---|---|
protected long |
checksum_impl() |
java.lang.String |
getDecisionPath(double[] row) |
static water.Key<CompressedTree> |
makeTreeKey(int treeId,
int clazz) |
java.util.Random |
rngForChunk(int cidx) |
double |
score(double[] row) |
java.lang.String |
toString(SharedTreeModel.SharedTreeOutput tm) |
checksum, makeSchema, readAll_impl, readAll, remove_impl, remove, remove, remove, remove, writeAll_impl, writeAll
public CompressedTree(byte[] bits, int nclass, long seed, int tid, int cls, java.lang.String[][] domains)
public double score(double[] row)
public java.lang.String getDecisionPath(double[] row)
public java.util.Random rngForChunk(int cidx)
public java.lang.String toString(SharedTreeModel.SharedTreeOutput tm)
public static water.Key<CompressedTree> makeTreeKey(int treeId, int clazz)
protected long checksum_impl()
checksum_impl
in class water.Keyed<CompressedTree>