|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rosuda.klimt.RootInfo
public class RootInfo
this class encapsulates information associated with a tree which was formerly stored in the root node
| Field Summary | |
|---|---|
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) |
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 |
|---|
public SVar response
public SVar prediction
public String name
public String formula
public TFrame frame
public TreeRegistry home
| Constructor Detail |
|---|
public RootInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||