java.lang.Cloneable, ClassificationMethodDRSAClassificationMethodpublic class RoughSetClassificationMethod extends java.lang.Object implements ClassificationMethod
| Constructor | Description |
|---|---|
RoughSetClassificationMethod(MemoryContainer memoryContainer) |
| Modifier and Type | Method | Description |
|---|---|---|
ClassificationResult |
classify(Example example) |
Classifies an example according to a defined classification scheme (method)
|
ClassificationResult[] |
classifyAllObjects() |
|
java.lang.Object |
clone() |
public RoughSetClassificationMethod(MemoryContainer memoryContainer)
public ClassificationResult classify(Example example)
ClassificationMethodclassify in interface ClassificationMethodexample - example to classifypublic ClassificationResult[] classifyAllObjects()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface ClassificationMethodclone in class java.lang.Objectjava.lang.CloneNotSupportedException