共用方式為


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 結果清單。

適用於