org.rosuda.klimt
Class RootInfo

java.lang.Object
  extended by org.rosuda.klimt.RootInfo

public class RootInfo
extends java.lang.Object

this class encapsulates information associated with a tree which was formerly stored in the root node


Field Summary
 java.lang.String formula
          formula used to grow the tree
 TFrame frame
          associated frame
 TreeRegistry home
          tree registry containing this tree (in general a tree should be in one registry only)
 java.lang.String name
          root-only: name of the tree
 SVar prediction
          classifier or predicted response
 SVar response
          classification or regression variable
 
Constructor Summary
RootInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

public SVar response
classification or regression variable


prediction

public SVar prediction
classifier or predicted response


name

public java.lang.String name
root-only: name of the tree


formula

public java.lang.String formula
formula used to grow the tree


frame

public TFrame frame
associated frame


home

public TreeRegistry home
tree registry containing this tree (in general a tree should be in one registry only)

Constructor Detail

RootInfo

public RootInfo()