Share via


ActiveLearningUtils.GetLowScoreVariation(List<QueryResult>) Method

Definition

Returns list of qnaSearch results which have low score variation.

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)

Parameters

qnaSearchResults
List<QueryResult>

List of QnaSearch results.

Returns

List of filtered qnaSearch results.

Applies to