Package org.aksw.palmetto.weight
Interface Weighter
-
- All Known Implementing Classes:
CompleteProbabilityBasedWeighter,ConditionalProbabilityBasedWeighter,EqualWeighter,MarginalProbabilityBasedWeighter,WordSetSizeBasedWeighter
@Deprecated public interface Weighter
Deprecated.This is an interface for a class that can be used to weight the single elements of a segmentation scheme.- Author:
- m.roeder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description double[]createWeights(SubsetProbabilities probabilities)Deprecated.StringgetName()Deprecated.
-
-
-
Method Detail
-
createWeights
double[] createWeights(SubsetProbabilities probabilities)
Deprecated.
-
getName
String getName()
Deprecated.
-
-