java.lang.Cloneable
, ClassificationMethod
, VCDRSAMethod
public class AllRulesVCDRSAClassificationMethod extends RulesVCDRSAClassificationMethod
firstDecisionIndex
CERTAIN_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, wait
setRulesContainer
clone, getDownwardRulesCovering, getRulesCovering, getRuleType, getUpwardRulesCovering, isProportional, setMemoryContainer, setProportional, setRuleType
public AllRulesVCDRSAClassificationMethod()
public AllRulesVCDRSAClassificationMethod(MemoryContainer memoryContainer, RulesContainer rulesContainer)
public AllRulesVCDRSAClassificationMethod(MemoryContainer memoryContainer, RulesContainer rulesContainer, boolean proportional)
public ClassificationResult classify(Example example)
RulesClassificationMethod
classify
in interface ClassificationMethod
classify
in class RulesClassificationMethod
example
- example to classify using rules from stored rules container