java.lang.Cloneable
, ClassificationMethod
, VCDRSAMethod
public class StrongRulesVCDRSAClassificationMethod extends RulesVCDRSAClassificationMethod
firstDecisionIndex
CERTAIN_AND_POSSIBLE, ONLY_CERTAIN, ONLY_POSSIBLE
Constructor | Description |
---|---|
StrongRulesVCDRSAClassificationMethod() |
|
StrongRulesVCDRSAClassificationMethod(MemoryContainer memoryContainer,
RulesContainer rulesContainer) |
|
StrongRulesVCDRSAClassificationMethod(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 StrongRulesVCDRSAClassificationMethod()
public StrongRulesVCDRSAClassificationMethod(MemoryContainer memoryContainer, RulesContainer rulesContainer)
public StrongRulesVCDRSAClassificationMethod(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