net.sf.myra.cantminer.pittsburgh.unordered
Class UnorderedRuleList

java.lang.Object
  extended by net.sf.myra.datamining.model.AbstractRuleModel
      extended by net.sf.myra.datamining.model.RuleList
          extended by net.sf.myra.cantminer.pittsburgh.CandidateRuleList
              extended by net.sf.myra.cantminer.pittsburgh.unordered.UnorderedRuleList
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CandidateRuleList>, net.sf.myra.datamining.Model

public class UnorderedRuleList
extends CandidateRuleList

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.myra.datamining.model.AbstractRuleModel
net.sf.myra.datamining.model.AbstractRuleModel.DefaultGatherer
 
Field Summary
static java.lang.String CONFIDENCE_STRATEGY
          The conflict resolution strategy based on the rule quality.
static java.lang.String CONFLICT_STRATEGY
          The property key name under which the conflict resolution strategy is stored.
static java.lang.String DISTRIBUTION_STRATEGY
          The conflict resolution strategy based on class frequency.
 
Constructor Summary
UnorderedRuleList()
          Default constructor.
 
Method Summary
 net.sf.myra.datamining.data.Label classify(net.sf.myra.datamining.data.Instance instance)
           
 
Methods inherited from class net.sf.myra.cantminer.pittsburgh.CandidateRuleList
compareTo, equals, getIteration, getQuality, setIteration, setQuality
 
Methods inherited from class net.sf.myra.datamining.model.RuleList
getRules
 
Methods inherited from class net.sf.myra.datamining.model.AbstractRuleModel
add, getDefault, getGatherer, getMajority, hasDefault, remove, setMajority, size, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONFLICT_STRATEGY

public static final java.lang.String CONFLICT_STRATEGY
The property key name under which the conflict resolution strategy is stored.

See Also:
Constant Field Values

DISTRIBUTION_STRATEGY

public static final java.lang.String DISTRIBUTION_STRATEGY
The conflict resolution strategy based on class frequency.

See Also:
Constant Field Values

CONFIDENCE_STRATEGY

public static final java.lang.String CONFIDENCE_STRATEGY
The conflict resolution strategy based on the rule quality.

See Also:
Constant Field Values
Constructor Detail

UnorderedRuleList

public UnorderedRuleList()
Default constructor.

Method Detail

classify

public net.sf.myra.datamining.data.Label classify(net.sf.myra.datamining.data.Instance instance)
Specified by:
classify in interface net.sf.myra.datamining.Model
Overrides:
classify in class net.sf.myra.datamining.model.RuleList


Copyright © 2013. All Rights Reserved.