Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.

Rust Evaluation

Rust Criteria