Package org.aksw.palmetto.weight
Interface Weighter
- All Known Implementing Classes:
CompleteProbabilityBasedWeighter,ConditionalProbabilityBasedWeighter,EqualWeighter,MarginalProbabilityBasedWeighter,WordSetSizeBasedWeighter
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
Modifier and TypeMethodDescriptiondouble[]createWeights(SubsetProbabilities probabilities)Deprecated.getName()Deprecated.
-
Method Details
-
createWeights
Deprecated. -
getName
String getName()Deprecated.
-