|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dllearner.scripts.improveWikipedia.ConceptSPARQLReEvaluator
public class ConceptSPARQLReEvaluator
| Constructor Summary | |
|---|---|
ConceptSPARQLReEvaluator(SPARQLTasks sparqlTasks)
Constructor using default settings |
|
ConceptSPARQLReEvaluator(SPARQLTasks sparqlTasks,
int depthOfRDFS,
int sparqlResultLimit)
constructor to manually set parameters |
|
| Method Summary | |
|---|---|
List<EvaluatedDescriptionPosNeg> |
reevaluateConceptsByDataCoverage(List<EvaluatedDescriptionPosNeg> descToBeReevaluated,
SortedSet<String> positiveSet)
Accuracy is calculated as correct positive classified over (correct positive classified + incorrect negative classified) "How many are correctly positive classified?" |
List<EvaluatedDescriptionPosNeg> |
reevaluateConceptsByLowestRecall(List<EvaluatedDescriptionPosNeg> descToBeReevaluated,
SortedSet<String> positiveSet)
Accuracy is calculated as correct positive classified over all retrieved e.g. 50 correct out of 400 retrieved (50/400) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConceptSPARQLReEvaluator(SPARQLTasks sparqlTasks)
sparqlTasks -
public ConceptSPARQLReEvaluator(SPARQLTasks sparqlTasks,
int depthOfRDFS,
int sparqlResultLimit)
sparqlTasks - depthOfRDFS - sparqlResultLimit - | Method Detail |
|---|
public List<EvaluatedDescriptionPosNeg> reevaluateConceptsByDataCoverage(List<EvaluatedDescriptionPosNeg> descToBeReevaluated,
SortedSet<String> positiveSet)
positiveSet -
public List<EvaluatedDescriptionPosNeg> reevaluateConceptsByLowestRecall(List<EvaluatedDescriptionPosNeg> descToBeReevaluated,
SortedSet<String> positiveSet)
positiveSet -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||