ActiveLearningUtils.GetLowScoreVariation(List<QueryResult>) 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.
Retorna a lista de resultados de qnaSearch que têm variação de pontuação baixa.
public static System.Collections.Generic.List<Microsoft.Bot.Builder.AI.QnA.QueryResult> GetLowScoreVariation (System.Collections.Generic.List<Microsoft.Bot.Builder.AI.QnA.QueryResult> qnaSearchResults);
static member GetLowScoreVariation : System.Collections.Generic.List<Microsoft.Bot.Builder.AI.QnA.QueryResult> -> System.Collections.Generic.List<Microsoft.Bot.Builder.AI.QnA.QueryResult>
Public Shared Function GetLowScoreVariation (qnaSearchResults As List(Of QueryResult)) As List(Of QueryResult)
Parâmetros
- qnaSearchResults
- List<QueryResult>
Lista de resultados do QnaSearch.
Retornos
Lista de resultados filtrados de qnaSearch.