|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.tree.Edge
public class Edge
The class edge holds the information about a split condition to a tree (child).
| Constructor Summary | |
|---|---|
Edge(Tree child,
SplitCondition condition)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Edge o)
|
Tree |
getChild()
|
SplitCondition |
getCondition()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Edge(Tree child,
SplitCondition condition)
| Method Detail |
|---|
public SplitCondition getCondition()
public Tree getChild()
public int compareTo(Edge o)
compareTo in interface java.lang.Comparable<Edge>
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||