| Package | Description |
|---|---|
| org.aksw.palmetto | |
| org.aksw.palmetto.aggregation |
| Modifier and Type | Field and Description |
|---|---|
protected Aggregation |
VectorBasedCoherence.aggregation
The aggregator used to aggregate the single ratings of the subset pairs.
|
protected Aggregation |
DirectConfirmationBasedCoherence.aggregation
The aggregator used to aggregate the single ratings of the subset pairs.
|
| Constructor and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArithmeticMean |
class |
GeometricMean |
class |
HarmonicMean |
class |
Max |
class |
Median |
class |
Min |
class |
QuadraticMean |
Copyright © 2014–2016. All rights reserved.