com.rapidminer.operator.learner.tree
Class Edge

java.lang.Object
  extended by com.rapidminer.operator.learner.tree.Edge
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Edge>

public class Edge
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable<Edge>

The class edge holds the information about a split condition to a tree (child).

Author:
Sebastian Land, Ingo Mierswa
See Also:
Serialized Form

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

Edge

public Edge(Tree child,
            SplitCondition condition)
Method Detail

getCondition

public SplitCondition getCondition()

getChild

public Tree getChild()

compareTo

public int compareTo(Edge o)
Specified by:
compareTo in interface java.lang.Comparable<Edge>


Copyright © 2001-2009 by Rapid-I