java.lang.Cloneable
MonotonicVCdomLEMWrapper
, RulesGeneratorWrapper
, VCdomLEMWrapper
, VCdomLEMWrapperOpt
, WekaMethodWrapper
public interface SimpleClassifierWrapper
extends java.lang.Cloneable
Modifier and Type | Method | Description |
---|---|---|
void |
build(MemoryContainer leariningMemoryContainer) |
Builds a classifier from the learing data
|
ClassificationResult |
classify(int exampleId) |
Classifies example with index
example_id from the test container that has to be set first. |
ClassificationResult |
classify(Example example) |
Classifies an example
|
java.lang.Object |
clone() |
|
ClassificationResultsContainer |
validate() |
Validates the classifer on the test container that has to be set first.
|
ClassificationResultsContainer |
validate(MemoryContainer testContainer) |
Validates the classifer on the test container
testContainer . |
ClassificationResult classify(Example example)
example
- example to be classifiedClassificationResult classify(int exampleId)
example_id
from the test container that has to be set first.exampleId
- id of the example from the test set that is intended to be classifiedClassificationResultsContainer validate()
ClassificationResultsContainer validate(MemoryContainer testContainer)
testContainer
.testContainer
- container with examples to be validatedvoid build(MemoryContainer leariningMemoryContainer)
leariningMemoryContainer
- learning datajava.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException