net.sf.myra.cantminer.pittsburgh.unordered
Class UnorderedRuleList
java.lang.Object
net.sf.myra.datamining.model.AbstractRuleModel
net.sf.myra.datamining.model.RuleList
net.sf.myra.cantminer.pittsburgh.CandidateRuleList
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 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. |
Method Summary |
net.sf.myra.datamining.data.Label |
classify(net.sf.myra.datamining.data.Instance instance)
|
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 |
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
UnorderedRuleList
public UnorderedRuleList()
- Default constructor.
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.