edu.udo.cs.yale.operator.learner
Class BestRuleInduction.RuleWithScoreUpperBound
java.lang.Object
edu.udo.cs.yale.operator.learner.BestRuleInduction.RuleWithScoreUpperBound
- All Implemented Interfaces:
- java.lang.Comparable
- Enclosing class:
- BestRuleInduction
public class BestRuleInduction.RuleWithScoreUpperBound
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rule
private final ConjunctiveRuleModel rule
scoreUpperBound
private final double scoreUpperBound
BestRuleInduction.RuleWithScoreUpperBound
public BestRuleInduction.RuleWithScoreUpperBound(ConjunctiveRuleModel rule,
double scoreUpperBound)
getRule
public ConjunctiveRuleModel getRule()
getScoreBound
public double getScoreBound()
compareTo
public int compareTo(java.lang.Object obj)
- Specified by:
compareTo
in interface java.lang.Comparable
Copyright © 2001-2006