@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlywheelModelEvaluationMetrics extends Object implements Serializable, Cloneable, StructuredPojo
The evaluation metrics associated with the evaluated model.
Constructor and Description |
---|
FlywheelModelEvaluationMetrics() |
Modifier and Type | Method and Description |
---|---|
FlywheelModelEvaluationMetrics |
clone() |
boolean |
equals(Object obj) |
Double |
getAverageAccuracy()
Average accuracy metric for the model.
|
Double |
getAverageF1Score()
The average F1 score from the evaluation metrics.
|
Double |
getAveragePrecision()
Average precision metric for the model.
|
Double |
getAverageRecall()
Average recall metric for the model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAverageAccuracy(Double averageAccuracy)
Average accuracy metric for the model.
|
void |
setAverageF1Score(Double averageF1Score)
The average F1 score from the evaluation metrics.
|
void |
setAveragePrecision(Double averagePrecision)
Average precision metric for the model.
|
void |
setAverageRecall(Double averageRecall)
Average recall metric for the model.
|
String |
toString()
Returns a string representation of this object.
|
FlywheelModelEvaluationMetrics |
withAverageAccuracy(Double averageAccuracy)
Average accuracy metric for the model.
|
FlywheelModelEvaluationMetrics |
withAverageF1Score(Double averageF1Score)
The average F1 score from the evaluation metrics.
|
FlywheelModelEvaluationMetrics |
withAveragePrecision(Double averagePrecision)
Average precision metric for the model.
|
FlywheelModelEvaluationMetrics |
withAverageRecall(Double averageRecall)
Average recall metric for the model.
|
public void setAverageF1Score(Double averageF1Score)
The average F1 score from the evaluation metrics.
averageF1Score
- The average F1 score from the evaluation metrics.public Double getAverageF1Score()
The average F1 score from the evaluation metrics.
public FlywheelModelEvaluationMetrics withAverageF1Score(Double averageF1Score)
The average F1 score from the evaluation metrics.
averageF1Score
- The average F1 score from the evaluation metrics.public void setAveragePrecision(Double averagePrecision)
Average precision metric for the model.
averagePrecision
- Average precision metric for the model.public Double getAveragePrecision()
Average precision metric for the model.
public FlywheelModelEvaluationMetrics withAveragePrecision(Double averagePrecision)
Average precision metric for the model.
averagePrecision
- Average precision metric for the model.public void setAverageRecall(Double averageRecall)
Average recall metric for the model.
averageRecall
- Average recall metric for the model.public Double getAverageRecall()
Average recall metric for the model.
public FlywheelModelEvaluationMetrics withAverageRecall(Double averageRecall)
Average recall metric for the model.
averageRecall
- Average recall metric for the model.public void setAverageAccuracy(Double averageAccuracy)
Average accuracy metric for the model.
averageAccuracy
- Average accuracy metric for the model.public Double getAverageAccuracy()
Average accuracy metric for the model.
public FlywheelModelEvaluationMetrics withAverageAccuracy(Double averageAccuracy)
Average accuracy metric for the model.
averageAccuracy
- Average accuracy metric for the model.public String toString()
toString
in class Object
Object.toString()
public FlywheelModelEvaluationMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.