|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.operator.learner.tree.AbstractSplitCondition
com.rapidminer.operator.learner.tree.LessEqualsSplitCondition
public class LessEqualsSplitCondition
A split condition for numerical values (less equals).
Constructor Summary | |
---|---|
LessEqualsSplitCondition(Attribute attribute,
double value)
|
Method Summary | |
---|---|
java.lang.String |
getRelation()
|
double |
getValue()
|
java.lang.String |
getValueString()
|
boolean |
test(Example example)
|
Methods inherited from class com.rapidminer.operator.learner.tree.AbstractSplitCondition |
---|
getAttributeName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LessEqualsSplitCondition(Attribute attribute, double value)
Method Detail |
---|
public boolean test(Example example)
public java.lang.String getRelation()
public double getValue()
public java.lang.String getValueString()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |