hex.gbm
Class DTree.UndecidedNode

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

public abstract static class DTree.UndecidedNode
extends DTree.Node


Field Summary
 DHistogram[] _hs
           
 int[] _scoreCols
           
 
Fields inherited from class hex.gbm.DTree.Node
_nid, _pid, _tree
 
Constructor Summary
DTree.UndecidedNode(DTree tree, int pid, DBinHistogram[] hs)
           
 
Method Summary
protected  AutoBuffer compress(AutoBuffer ab)
           
 void do_not_split()
           
 DHistogram[] hs()
           
 int[] scoreCols()
           
abstract  int[] scoreCols(DHistogram[] hs)
           
protected  int size()
           
 java.lang.String toString()
           
 java.lang.StringBuilder toString2(java.lang.StringBuilder sb, int depth)
           
 
Methods inherited from class hex.gbm.DTree.Node
nid, pid
 
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, wait, wait, wait
 

Field Detail

_hs

public DHistogram[] _hs

_scoreCols

public int[] _scoreCols
Constructor Detail

DTree.UndecidedNode

public DTree.UndecidedNode(DTree tree,
                           int pid,
                           DBinHistogram[] hs)
Method Detail

scoreCols

public abstract int[] scoreCols(DHistogram[] hs)

do_not_split

public void do_not_split()

hs

public final DHistogram[] hs()

scoreCols

public final int[] scoreCols()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString2

public java.lang.StringBuilder toString2(java.lang.StringBuilder sb,
                                         int depth)
Specified by:
toString2 in class DTree.Node

compress

protected AutoBuffer compress(AutoBuffer ab)
Specified by:
compress in class DTree.Node

size

protected int size()
Specified by:
size in class DTree.Node