BinaryPrecisionRecallDataPoint 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 클래스는 이진 분류에 대한 Precision-Recall 곡선의 데이터 요소 하나를 나타냅니다.
public sealed class BinaryPrecisionRecallDataPoint
type BinaryPrecisionRecallDataPoint = class
Public NotInheritable Class BinaryPrecisionRecallDataPoint
- 상속
-
BinaryPrecisionRecallDataPoint
속성
FalsePositiveRate |
지정된 임계값에 대한 가양성 비율을 가져옵니다. |
Precision |
현재 임계값의 전체 자릿수를 가져옵니다. |
Recall |
현재 임계값에 대한 회수를 가져옵니다. |
Threshold |
이 데이터 요소의 임계값을 가져옵니다. |
TruePositiveRate |
현재 임계값의 실제 양수 비율을 가져옵니다. |