|
||||||||||
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.ProbabilisticRuleModel
public abstract class ProbabilisticRuleModel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.myra.datamining.model.AbstractRuleModel |
---|
AbstractRuleModel.DefaultGatherer |
Constructor Summary | |
---|---|
ProbabilisticRuleModel(java.util.Collection<Rule> rules)
Default constructor. |
Method Summary | |
---|---|
Label |
classify(Instance instance)
Classifies the secified instance. |
Methods inherited from class net.sf.myra.datamining.model.AbstractRuleModel |
---|
add, getDefault, getGatherer, getMajority, getRules, hasDefault, remove, setMajority, size, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.myra.datamining.model.ProbabilisticModel |
---|
probabilities |
Methods inherited from interface net.sf.myra.datamining.Model |
---|
getGatherer |
Constructor Detail |
---|
public ProbabilisticRuleModel(java.util.Collection<Rule> rules)
rules
- the collection of discovered rules.Method Detail |
---|
public Label classify(Instance instance)
Model
classify
in interface Model
instance
- the instance to be classified.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |