edu.udo.cs.yale.operator.learner
Class ConjunctiveRuleModel.Literal

java.lang.Object
  extended by 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.


Field Summary
private  Attribute myAttribute
           
private  double myValue
           
 
Constructor Summary
ConjunctiveRuleModel.Literal(Attribute attribute, double testedValue)
           
 
Method Summary
 Attribute getAttribute()
           
 double getValue()
           
 boolean testExample(Example example)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myAttribute

private final Attribute myAttribute

myValue

private final double myValue
Constructor Detail

ConjunctiveRuleModel.Literal

public ConjunctiveRuleModel.Literal(Attribute attribute,
                                    double testedValue)
Method Detail

getAttribute

public Attribute getAttribute()

getValue

public double getValue()

testExample

public boolean testExample(Example example)


Copyright © 2001-2006