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 Details

    • createWeights

      double[] createWeights(SubsetProbabilities probabilities)
      Deprecated.
    • getName

      String getName()
      Deprecated.