EClassifier::GetTrainingMetrics
Gets the metrics obtained with the training dataset at the given iteration.
The iterations are indexed between 0 and EDeepLearningTool::NumTrainedIterations - 1.
Namespace: Euresys::Open_eVision::EasyDeepLearning
[C++]
EClassificationMetrics GetTrainingMetrics(
int id
)
Parameters
id
The iteration index
EClassifier.GetTrainingMetrics
Gets the metrics obtained with the training dataset at the given iteration.
The iterations are indexed between 0 and EDeepLearningTool.NumTrainedIterations - 1.
Namespace: Euresys.Open_eVision.EasyDeepLearning
[C#]
EClassificationMetrics GetTrainingMetrics(
int id
)
Parameters
id
The iteration index
EClassifier.GetTrainingMetrics
Gets the metrics obtained with the training dataset at the given iteration.
The iterations are indexed between 0 and EDeepLearningTool.NumTrainedIterations - 1.
Module: open_evision.EasyDeepLearning
[Python]
GetTrainingMetrics(
id: int
) -> EClassificationMetrics
Parameters
id
The iteration index