다음을 통해 공유


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 결과 목록입니다.

적용 대상