EnglishRoberta.IdsToOccurrenceRanks(IReadOnlyList<Int32>) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Converta uma lista de IDs de tokens em classificações de ocorrência mais altas.
public System.Collections.Generic.IReadOnlyList<int> IdsToOccurrenceRanks (System.Collections.Generic.IReadOnlyList<int> ids);
member this.IdsToOccurrenceRanks : System.Collections.Generic.IReadOnlyList<int> -> System.Collections.Generic.IReadOnlyList<int>
Public Function IdsToOccurrenceRanks (ids As IReadOnlyList(Of Integer)) As IReadOnlyList(Of Integer)
Parâmetros
- ids
- IReadOnlyList<Int32>
A lista de IDs a ser mapeada para a classificação de ocorrência alta.
Retornos
A lista de classificações mapeadas da lista de IDs.