EUnsupervisedSegmenterMetrics::GetBestWeightedAccuracyClassificationThreshold

Classification threshold giving the best achievable weighted accuracy (see EUnsupervisedSegmenterMetrics::GetBestWeightedAccuracy).

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetBestWeightedAccuracyClassificationThreshold(
   float goodWeight,
   float badWeight
)

float GetBestWeightedAccuracyClassificationThreshold(
   const EClassificationDataset& dataset
)

Parameters

goodWeight

Weight for the good label

badWeight

Weight for the bad label

dataset

Dataset to get the label weight from.

EUnsupervisedSegmenterMetrics.GetBestWeightedAccuracyClassificationThreshold

Classification threshold giving the best achievable weighted accuracy (see EUnsupervisedSegmenterMetrics::GetBestWeightedAccuracy).

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float GetBestWeightedAccuracyClassificationThreshold(
   float goodWeight,
   float badWeight
)

float GetBestWeightedAccuracyClassificationThreshold(
   Euresys.Open_eVision.EasyDeepLearning.EClassificationDataset dataset
)

Parameters

goodWeight

Weight for the good label

badWeight

Weight for the bad label

dataset

Dataset to get the label weight from.