java.lang.Cloneable, ClassificationMethod, VCDRSAMethodpublic class AllRulesVCDRSAClassificationMethod extends RulesVCDRSAClassificationMethod
firstDecisionIndexCERTAIN_AND_POSSIBLE, ONLY_CERTAIN, ONLY_POSSIBLE| Constructor | Description |
|---|---|
AllRulesVCDRSAClassificationMethod() |
|
AllRulesVCDRSAClassificationMethod(MemoryContainer memoryContainer,
RulesContainer rulesContainer) |
|
AllRulesVCDRSAClassificationMethod(MemoryContainer memoryContainer,
RulesContainer rulesContainer,
boolean proportional) |
| Modifier and Type | Method | Description |
|---|---|---|
ClassificationResult |
classify(Example example) |
Classifies given example
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetRulesContainerclone, getDownwardRulesCovering, getRulesCovering, getRuleType, getUpwardRulesCovering, isProportional, setMemoryContainer, setProportional, setRuleTypepublic AllRulesVCDRSAClassificationMethod()
public AllRulesVCDRSAClassificationMethod(MemoryContainer memoryContainer, RulesContainer rulesContainer)
public AllRulesVCDRSAClassificationMethod(MemoryContainer memoryContainer, RulesContainer rulesContainer, boolean proportional)
public ClassificationResult classify(Example example)
RulesClassificationMethodclassify in interface ClassificationMethodclassify in class RulesClassificationMethodexample - example to classify using rules from stored rules container