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
private final T
match
private final Double
score
Ranking(T match, Double score)
T
getMatch()
Double
getScore()
String
infoString(Boolean verbose, Integer indent)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
T getMatch()
Double getScore()
String infoString(Boolean verbose, Integer indent)