次の方法で共有


EnglishRoberta.OccurrenceRanksIds(IReadOnlyList<Int32>) メソッド

定義

最も高い出現順位のリストをトークン ID リスト に変換します。

public System.Collections.Generic.IReadOnlyList<int> OccurrenceRanksIds (System.Collections.Generic.IReadOnlyList<int> ranks);
member this.OccurrenceRanksIds : System.Collections.Generic.IReadOnlyList<int> -> System.Collections.Generic.IReadOnlyList<int>
Public Function OccurrenceRanksIds (ranks As IReadOnlyList(Of Integer)) As IReadOnlyList(Of Integer)

パラメーター

ranks
IReadOnlyList<Int32>

出現頻度が高いリストは、ID リストにマップするランク付けリストです。

戻り値

ランクの一覧からマップされた ID の一覧。

適用対象