Uses of Interface
org.aksw.palmetto.aggregation.Aggregation
-
Packages that use Aggregation Package Description org.aksw.palmetto org.aksw.palmetto.aggregation org.aksw.palmetto.evaluate -
-
Uses of Aggregation in org.aksw.palmetto
Fields in org.aksw.palmetto declared as Aggregation Modifier and Type Field Description protected AggregationDirectConfirmationBasedCoherence. aggregationThe aggregator used to aggregate the single ratings of the subset pairs.protected AggregationVectorBasedCoherence. aggregationThe aggregator used to aggregate the single ratings of the subset pairs.Constructors in org.aksw.palmetto with parameters of type Aggregation Constructor Description DirectConfirmationBasedCoherence(Segmentator segmentation, ProbabilityEstimator probEstimator, DirectConfirmationMeasure confirmation, Aggregation aggregation)DirectConfirmationBasedCoherence(Segmentator segmentation, ProbabilityEstimator probEstimator, DirectConfirmationMeasure confirmation, Aggregation aggregation, Weighter weighter)Deprecated.VectorBasedCoherence(Segmentator segmentator, VectorCreator vectorCreator, VectorBasedConfirmationMeasure confirmation, Aggregation aggregation)VectorBasedCoherence(Segmentator segmentator, VectorCreator vectorCreator, VectorBasedConfirmationMeasure confirmation, Aggregation aggregation, Weighter weighter)Deprecated. -
Uses of Aggregation in org.aksw.palmetto.aggregation
Classes in org.aksw.palmetto.aggregation that implement Aggregation Modifier and Type Class Description classArithmeticMeanclassGeometricMeanclassHarmonicMeanclassMaxclassMedianclassMinclassQuadraticMean -
Uses of Aggregation in org.aksw.palmetto.evaluate
Classes in org.aksw.palmetto.evaluate that implement Aggregation Modifier and Type Class Description static classSpeedComparison.TimeMeasuringAggregationFields in org.aksw.palmetto.evaluate declared as Aggregation Modifier and Type Field Description protected AggregationSpeedComparison.TimeMeasuringAggregation. decoratedprivate static Aggregation[]CoherenceEvaluation. SUMMARIZERSConstructors in org.aksw.palmetto.evaluate with parameters of type Aggregation Constructor Description TimeMeasuringAggregation(Aggregation decorated, int numberOfWarmups, int numberOfRuns)TimeMeasuringAggregation(Aggregation decorated, String name, int numberOfWarmups, int numberOfRuns)
-