Uses of Class
org.aksw.palmetto.evaluate.CoherenceValue
-
Packages that use CoherenceValue Package Description org.aksw.palmetto.evaluate -
-
Uses of CoherenceValue in org.aksw.palmetto.evaluate
Subclasses of CoherenceValue in org.aksw.palmetto.evaluate Modifier and Type Class Description classAbsoluteCoherenceValuesRepresents the metadata and the correlation results for a single coherence measure (i.e.classCoherenceValueArrayThis simple structure represents an array of coherence values.Methods in org.aksw.palmetto.evaluate that return CoherenceValue Modifier and Type Method Description static CoherenceValueCoherenceValue. create(String[] line, int startCorrValues, int endCorrValues, int avgCorrValues)Methods in org.aksw.palmetto.evaluate with parameters of type CoherenceValue Modifier and Type Method Description private doubleSingleDimensionSummarizer. calculateLeftOutCorrelation(CoherenceValue coherence, int leftOutId, int startCorrValues, int numberOfDatasets, double averageValue)private voidRankBasedSummarizer. printCoherence(CoherenceValue coherenceValue, String prefix, PrintStream pout)private voidSingleDimensionSummarizer. printCoherence(CoherenceValue coherenceValues, String prefix, PrintStream pout)protected voidCoherenceValue. update(CoherenceValue newValues)protected voidCoherenceValueArray. update(CoherenceValue newValues)voidCoherenceValue. updateIfBetter(CoherenceValue newValues)voidCoherenceValue. updateIfBetter(CoherenceValue newValues, boolean higherIsBetter)protected voidRankBasedSummarizer. updateMap(CoherenceValue newCoherence, Map<String,CoherenceValue> bestResultsMap, String key)Method parameters in org.aksw.palmetto.evaluate with type arguments of type CoherenceValue Modifier and Type Method Description private voidRankBasedSummarizer. printResults(Map<String,CoherenceValue> results, File outputDirectory, String outputFileName)protected voidRankBasedSummarizer. updateMap(CoherenceValue newCoherence, Map<String,CoherenceValue> bestResultsMap, String key)Constructors in org.aksw.palmetto.evaluate with parameters of type CoherenceValue Constructor Description CoherenceValue(CoherenceValue clone)
-