Uses of Class
org.aksw.palmetto.evaluate.AbsoluteCoherenceValues
-
Packages that use AbsoluteCoherenceValues Package Description org.aksw.palmetto.evaluate -
-
Uses of AbsoluteCoherenceValues in org.aksw.palmetto.evaluate
Methods in org.aksw.palmetto.evaluate that return AbsoluteCoherenceValues Modifier and Type Method Description static AbsoluteCoherenceValuesAbsoluteCoherenceValues. create(String[] line, int startCorrValues, int endCorrValues, int avgCorrValues)Methods in org.aksw.palmetto.evaluate with parameters of type AbsoluteCoherenceValues Modifier and Type Method Description voidAbsoluteCoherenceValues. updateIfBetter(AbsoluteCoherenceValues newValues)protected voidSingleDimensionSummarizer. updateMap(AbsoluteCoherenceValues newCoherence, Map<String,AbsoluteCoherenceValues> bestResultsMap, String key)Method parameters in org.aksw.palmetto.evaluate with type arguments of type AbsoluteCoherenceValues Modifier and Type Method Description private voidSingleDimensionSummarizer. printResults(Map<String,AbsoluteCoherenceValues> results, File outputDirectory, String outputFileName)protected voidSingleDimensionSummarizer. updateMap(AbsoluteCoherenceValues newCoherence, Map<String,AbsoluteCoherenceValues> bestResultsMap, String key)Constructors in org.aksw.palmetto.evaluate with parameters of type AbsoluteCoherenceValues Constructor Description AbsoluteCoherenceValues(AbsoluteCoherenceValues clone)
-