Uses of Interface
org.aksw.palmetto.weight.Weighter
-
Packages that use Weighter Package Description org.aksw.palmetto org.aksw.palmetto.weight -
-
Uses of Weighter in org.aksw.palmetto
Fields in org.aksw.palmetto declared as Weighter Modifier and Type Field Description protected WeighterDirectConfirmationBasedCoherence. weighterDeprecated.protected WeighterVectorBasedCoherence. weighterDeprecated.Constructors in org.aksw.palmetto with parameters of type Weighter Constructor Description DirectConfirmationBasedCoherence(Segmentator segmentation, ProbabilityEstimator probEstimator, DirectConfirmationMeasure confirmation, Aggregation aggregation, Weighter weighter)Deprecated.VectorBasedCoherence(Segmentator segmentator, VectorCreator vectorCreator, VectorBasedConfirmationMeasure confirmation, Aggregation aggregation, Weighter weighter)Deprecated. -
Uses of Weighter in org.aksw.palmetto.weight
Classes in org.aksw.palmetto.weight that implement Weighter Modifier and Type Class Description classCompleteProbabilityBasedWeighterDeprecated.classConditionalProbabilityBasedWeighterDeprecated.classEqualWeighterDeprecated.classMarginalProbabilityBasedWeighterDeprecated.classWordSetSizeBasedWeighterDeprecated.
-