Interface ScoreType

All Known Implementing Classes:
ScoreType.NullModel, ScoreType.Odds, ScoreType.Probability

public interface ScoreType
This class computes the score that is used to be used in a DP optimisation.
Author:
Matthew Pocock
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    In this class, calculateScore returns the probability of a Symbol being emitted by the null model.
    static class 
    In this class, calculateScore returns the odds ratio of a symbol being emitted.
    static class 
    In this class, calculateScore returns the probability of a Symbol being emitted.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ScoreType
     
    static final ScoreType
     
    static final ScoreType
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Calculates the score associated with a distribution and a symbol.