kmplitert
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmplitert
tool
/
io.github.kmplitert.tool.expand
/
topK
top
K
fun
FloatArray
.
topK
(
k
:
Int
)
:
List
<
Pair
<
Int
,
Float
>
>
Returns the top
k
elements as a list of
Pair(index, score)
.