EnglishRoberta.OccurrenceRanksIds(IReadOnlyList<Int32>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convert a list of highest occurrence rankings to tokens Ids list .
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)
Parameters
- ranks
- IReadOnlyList<Int32>
The high occurrence ranks list to map to the Ids list.
Returns
The list of Ids mapped from the list of ranks.