| Package | Description |
|---|---|
| org.aksw.gerbil | |
| org.aksw.gerbil.datatypes | |
| org.aksw.gerbil.evaluate | |
| org.aksw.gerbil.execute | |
| org.aksw.gerbil.utils |
| Constructor and Description |
|---|
Experimenter(org.aksw.simba.topicmodeling.concurrent.overseers.Overseer overseer,
ExperimentDAO experimentDAO,
ExperimentTaskConfiguration[] configs,
String experimentId)
Deprecated.
Please use the other constructor and provide an
EvaluatorFactory. |
Experimenter(org.aksw.simba.topicmodeling.concurrent.overseers.Overseer overseer,
ExperimentDAO experimentDAO,
SameAsRetriever globalRetriever,
EvaluatorFactory evFactory,
ExperimentTaskConfiguration[] configs,
String experimentId) |
| Constructor and Description |
|---|
ExperimentTaskResult(ExperimentTaskConfiguration configuration,
double[] results,
int state,
int errorCount) |
| Modifier and Type | Method and Description |
|---|---|
ExperimentTaskConfiguration |
SubTaskResult.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatorFactory.addEvaluators(List<Evaluator<?>> evaluators,
ExperimentTaskConfiguration configuration,
Dataset dataset) |
protected void |
EvaluatorFactory.addSubTaskEvaluators(List<Evaluator<?>> evaluators,
ExperimentTaskConfiguration configuration,
Dataset dataset) |
Evaluator |
EvaluatorFactory.createEvaluator(ExperimentType type,
ExperimentTaskConfiguration configuration,
Dataset dataset) |
Evaluator |
EvaluatorFactory.createEvaluator(ExperimentType type,
ExperimentTaskConfiguration configuration,
Dataset dataset,
UriKBClassifier classifier,
SubClassInferencer inferencer) |
void |
SubTaskResult.setConfiguration(ExperimentTaskConfiguration configuration) |
| Constructor and Description |
|---|
SubTaskEvaluator(ExperimentTaskConfiguration configuration,
Evaluator<T> evaluator) |
SubTaskEvaluator(ExperimentTaskConfiguration configuration,
List<Evaluator<T>> evaluators) |
SubTaskResult(ExperimentTaskConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.aksw.gerbil.transfer.nif.Marking> |
AnnotatorOutputWriter.storeAnnotatorOutput(ExperimentTaskConfiguration configuration,
List<List<T>> results,
List<org.aksw.gerbil.transfer.nif.Document> documents) |
| Constructor and Description |
|---|
ExperimentTask(int experimentTaskId,
ExperimentDAO experimentDAO,
SameAsRetriever globalRetriever,
EvaluatorFactory evFactory,
ExperimentTaskConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
int |
ExpTaskConfigComparator.compare(ExperimentTaskConfiguration config1,
ExperimentTaskConfiguration config2) |
Copyright © 2014–2017. All rights reserved.