public class ModelEvaluationMacroAverage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
Double | 
getF1()
Gets the f1. 
 | 
Double | 
getPrecision()
Gets the precision. 
 | 
Double | 
getRecall()
Gets the recall. 
 | 
public Double getPrecision()
A metric that measures how many of the overall documents are classified correctly.
public Double getRecall()
A metric that measures how often documents that should be classified into certain classes are classified into those classes.
public Double getF1()
A metric that measures whether the optimal balance between precision and recall is reached. The F1 score can be interpreted as a weighted average of the precision and recall values. An F1 score reaches its best value at 1 and worst value at 0.
Copyright © 2024 IBM Cloud. All rights reserved.