EClassifier::Evaluate

Evaluates the EClassifier using the given EClassificationDataset.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

EClassificationMetrics Evaluate(
   EClassificationDataset& dataset
)

Parameters

dataset

EClassificationDataset with which to evaluate the classifier

Remarks

This method computes various metrics (see EClassificationMetrics on the given dataset.
The method ignores the label weights and the data augmentation settings of the given dataset. However, the label weights can be taken into consideration in the returned EClassificationMetrics object.

EClassifier.Evaluate

Evaluates the EClassifier using the given EClassificationDataset.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EasyDeepLearning.EClassificationMetrics Evaluate(
   Euresys.Open_eVision.EasyDeepLearning.EClassificationDataset dataset
)

Parameters

dataset

EClassificationDataset with which to evaluate the classifier

Remarks

This method computes various metrics (see EClassificationMetrics on the given dataset.
The method ignores the label weights and the data augmentation settings of the given dataset. However, the label weights can be taken into consideration in the returned EClassificationMetrics object.