Skip to main content

evaluate_simple

Method
This is a method of the AccuracyEvaluator class in the eval module.
Evaluate accuracy using simple string comparison.

Signature

def evaluate_simple(&self, actual: &str) -> AccuracyResult

Parameters

actual
&str
required
No description available.

Returns

Returns
AccuracyResult
The result of the operation.