public class CompressedForest extends water.Iced<CompressedTree>
Modifier and Type | Class and Description |
---|---|
static class |
CompressedForest.LocalCompressedForest
Node-local representation of a collection of trees.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String[][] |
_domains |
water.Key<CompressedTree>[][] |
_treeKeys |
Constructor and Description |
---|
CompressedForest(water.Key<CompressedTree>[][] treeKeys,
java.lang.String[][] domains) |
Modifier and Type | Method and Description |
---|---|
CompressedForest.LocalCompressedForest |
fetch()
Fetches trees from DKV and converts to a node-local structure.
|
int |
ntrees() |
public final water.Key<CompressedTree>[][] _treeKeys
public final java.lang.String[][] _domains
public CompressedForest(water.Key<CompressedTree>[][] treeKeys, java.lang.String[][] domains)
public final int ntrees()
public final CompressedForest.LocalCompressedForest fetch()