hex.gbm
Class DTree.TreeModel.CompressedTree

java.lang.Object
  extended by water.Iced
      extended by hex.gbm.DTree.TreeModel.CompressedTree
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
DTree.TreeModel

public static class DTree.TreeModel.CompressedTree
extends Iced


Constructor Summary
DTree.TreeModel.CompressedTree(byte[] bits, int nclass, long seed)
           
 
Method Summary
 java.util.Random rngForChunk(int cidx)
           
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTree.TreeModel.CompressedTree

public DTree.TreeModel.CompressedTree(byte[] bits,
                                      int nclass,
                                      long seed)
Method Detail

rngForChunk

public java.util.Random rngForChunk(int cidx)