public class ClassifierFoundEvent
extends ai.libs.jaicore.basic.algorithm.events.ASolutionCandidateFoundEvent<weka.classifiers.Classifier>
implements ai.libs.jaicore.basic.algorithm.events.ScoredSolutionCandidateFoundEvent<weka.classifiers.Classifier,java.lang.Double>
| Constructor and Description |
|---|
ClassifierFoundEvent(java.lang.String algorithmId,
ai.libs.hasco.model.ComponentInstance componentDescription,
weka.classifiers.Classifier solutionCandidate,
double inSampleError) |
| Modifier and Type | Method and Description |
|---|---|
ai.libs.hasco.model.ComponentInstance |
getComponentDescription() |
double |
getInSampleError() |
java.lang.Double |
getScore() |
java.lang.String |
toString() |
getGID, getSolutionCandidategetAlgorithmId, getTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ClassifierFoundEvent(java.lang.String algorithmId,
ai.libs.hasco.model.ComponentInstance componentDescription,
weka.classifiers.Classifier solutionCandidate,
double inSampleError)
public double getInSampleError()
public java.lang.Double getScore()
getScore in interface ai.libs.jaicore.basic.algorithm.events.ScoredSolutionCandidateFoundEvent<weka.classifiers.Classifier,java.lang.Double>public ai.libs.hasco.model.ComponentInstance getComponentDescription()
public java.lang.String toString()
toString in class java.lang.Object