|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.classifiers.rules.Prism.Test
Class for storing a list of attribute-value tests
Field Summary | |
private int |
m_attr
Attribute to test |
private Prism.Test |
m_next
The next test in the rule |
private int |
m_val
The attribute's value |
Constructor Summary | |
private |
Prism.Test()
|
Method Summary | |
private boolean |
satisfies(Instance inst)
Returns whether a given instance satisfies this test. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int m_attr
private int m_val
private Prism.Test m_next
Constructor Detail |
private Prism.Test()
Method Detail |
private boolean satisfies(Instance inst)
inst
- the instance to be tested
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |