Uses of Interface
org.aksw.palmetto.Coherence
-
Packages that use Coherence Package Description org.aksw.palmetto org.aksw.palmetto.evaluate -
-
Uses of Coherence in org.aksw.palmetto
Classes in org.aksw.palmetto that implement Coherence Modifier and Type Class Description classDirectConfirmationBasedCoherenceThis type of coherence measure is a non-vector-based coherence.classVectorBasedCoherenceThis is a vector-based coherence measure.Methods in org.aksw.palmetto that return Coherence Modifier and Type Method Description static CoherencePalmetto. getCoherence(String calcType, CorpusAdapter corpusAdapter) -
Uses of Coherence in org.aksw.palmetto.evaluate
Methods in org.aksw.palmetto.evaluate with parameters of type Coherence Modifier and Type Method Description protected longSpeedComparison. executeCoherenceCalculation(Coherence coherence, String[][] wordSets)protected voidSpeedComparison. executeCoherenceCalculations(Coherence[] coherences, String[][] wordSets, Map<String,long[]> times, int runId)voidSpeedComparison. run(Coherence[] coherences, List<SpeedComparison.AbstractTimeMeasuringModule> modules, String[][] wordSets)
-