Class Ranking

  • All Implemented Interfaces:
    com.embabel.common.core.types.HasInfoString , com.embabel.common.core.types.SimilarityResult

    
    public final class Ranking<T extends Named, Described>
     implements HasInfoString, SimilarityResult<T>
                        

    Ranking choice returned by the ranker

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final T match
      private final Double score
    • Constructor Summary

      Constructors 
      Constructor Description
      Ranking(T match, Double score)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      T getMatch()
      Double getScore()
      String infoString(Boolean verbose, Integer indent)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait