public interface IMultiClassClassificationExperimentDatabase
| Modifier and Type | Method and Description |
|---|---|
void |
addResultEntry(int runId,
double score) |
void |
associatedRunWithClassifier(int runId,
weka.classifiers.Classifier c)
This method tells the logger the classifier object that is used for the run.
|
int |
createRunIfDoesNotExist(MLExperiment experiment) |
java.util.Collection<MLExperiment> |
getExperimentsForWhichARunExists() |
void |
updateExperiment(MLExperiment experiment,
java.util.Map<java.lang.String,java.lang.String> data) |
java.util.Collection<MLExperiment> getExperimentsForWhichARunExists() throws java.lang.Exception
java.lang.Exceptionint createRunIfDoesNotExist(MLExperiment experiment) throws java.lang.Exception
java.lang.Exceptionvoid updateExperiment(MLExperiment experiment, java.util.Map<java.lang.String,java.lang.String> data) throws java.lang.Exception
java.lang.Exceptionvoid associatedRunWithClassifier(int runId,
weka.classifiers.Classifier c)
throws java.lang.Exception
runId - c - java.lang.Exceptionvoid addResultEntry(int runId,
double score)
throws java.lang.Exception
java.lang.Exception