Share via


BinaryPrecisionRecallDataPoint 클래스

정의

이 클래스는 이진 분류에 대한 Precision-Recall 곡선의 데이터 요소 하나를 나타냅니다.

public sealed class BinaryPrecisionRecallDataPoint
type BinaryPrecisionRecallDataPoint = class
Public NotInheritable Class BinaryPrecisionRecallDataPoint
상속
BinaryPrecisionRecallDataPoint

속성

FalsePositiveRate

지정된 임계값에 대한 가양성 비율을 가져옵니다.

Precision

현재 임계값의 전체 자릿수를 가져옵니다.

Recall

현재 임계값에 대한 회수를 가져옵니다.

Threshold

이 데이터 요소의 임계값을 가져옵니다.

TruePositiveRate

현재 임계값의 실제 양수 비율을 가져옵니다.

적용 대상