edu.udo.cs.yale.operator.learner
Class ConjunctiveRuleModel.Literal
java.lang.Object
edu.udo.cs.yale.operator.learner.ConjunctiveRuleModel.Literal
- Enclosing class:
- ConjunctiveRuleModel
private class ConjunctiveRuleModel.Literal
- extends java.lang.Object
Helper class for maintaining attribute-value tests. Objects cannot be
changed after construction.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myAttribute
private final Attribute myAttribute
myValue
private final double myValue
ConjunctiveRuleModel.Literal
public ConjunctiveRuleModel.Literal(Attribute attribute,
double testedValue)
getAttribute
public Attribute getAttribute()
getValue
public double getValue()
testExample
public boolean testExample(Example example)
Copyright © 2001-2006