#[non_exhaustive]pub struct EntityTypesEvaluationMetrics { /* private fields */ }Expand description
Detailed information about the accuracy of an entity recognizer for a specific entity type.
Implementations§
source§impl EntityTypesEvaluationMetrics
impl EntityTypesEvaluationMetrics
sourcepub fn precision(&self) -> Option<f64>
pub fn precision(&self) -> Option<f64>
A measure of the usefulness of the recognizer results for a specific entity type in the test data. High precision means that the recognizer returned substantially more relevant results than irrelevant ones.
source§impl EntityTypesEvaluationMetrics
impl EntityTypesEvaluationMetrics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EntityTypesEvaluationMetrics.
Trait Implementations§
source§impl Clone for EntityTypesEvaluationMetrics
impl Clone for EntityTypesEvaluationMetrics
source§fn clone(&self) -> EntityTypesEvaluationMetrics
fn clone(&self) -> EntityTypesEvaluationMetrics
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more