EDeepLearningDefectDetectionMetrics::GetAveragePrecision

Average precision.
The average precision is the area under the precision-recall curve. The presicion is the ratio between the number of true positive and the number of predicted possitive and the recall, also called the true positive rate, is the ratio between the number of true positive and the number of positive sample.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetAveragePrecision() const

EDeepLearningDefectDetectionMetrics.AveragePrecision

Average precision.
The average precision is the area under the precision-recall curve. The presicion is the ratio between the number of true positive and the number of predicted possitive and the recall, also called the true positive rate, is the ratio between the number of true positive and the number of positive sample.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float AveragePrecision

{ get; }