com.rapidminer.operator.learner.tree
Class GreaterSplitCondition
java.lang.Object
com.rapidminer.operator.learner.tree.AbstractSplitCondition
com.rapidminer.operator.learner.tree.GreaterSplitCondition
- All Implemented Interfaces:
- SplitCondition, java.io.Serializable
public class GreaterSplitCondition
- extends AbstractSplitCondition
Returns true if the value of the desired attribute is greater then a given threshold.
- Author:
- Ingo Mierswa
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GreaterSplitCondition
public GreaterSplitCondition(Attribute attribute,
double value)
test
public boolean test(Example example)
getRelation
public java.lang.String getRelation()
getValue
public double getValue()
getValueString
public java.lang.String getValueString()
Copyright © 2001-2009 by Rapid-I