Ranking

data class Ranking<T>(val match: T, val score: <Error class: unknown class>)

Ranking choice returned by the ranker

Parameters

match

The ranked item

score

The confidence score of the ranker in this choice, between 0 and 1

Constructors

Link copied to clipboard
constructor(match: T, score: <Error class: unknown class>)

Properties

Link copied to clipboard
open val match: T
Link copied to clipboard
open val score: <Error class: unknown class>

Functions

Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String