|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.model.AbstractRuleModel
net.sf.myra.datamining.model.RuleList
public class RuleList
This class represents a rule list model.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.myra.datamining.model.AbstractRuleModel |
---|
AbstractRuleModel.DefaultGatherer |
Constructor Summary | |
---|---|
RuleList()
|
Method Summary | |
---|---|
Label |
classify(Instance instance)
Classifies the secified instance. |
java.util.List<Rule> |
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RuleList()
Method Detail |
---|
public java.util.List<Rule> getRules()
getRules
in class AbstractRuleModel
public Label classify(Instance instance)
Model
instance
- the instance to be classified.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |