ActiveLearningUtils.GetLowScoreVariation(List<QueryResult>) 方法

定义

返回分数变化较低的 qnaSearch 结果列表。

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)

参数

qnaSearchResults
List<QueryResult>

QnaSearch 结果列表。

返回

筛选的 qnaSearch 结果列表。

适用于