CVB++ 14.0
ClassificationResult Class Reference

Polimago classification result container. More...

#include <cvb/polimago/classification_result.hpp>

Public Member Functions

String Name () const
 Name of the pattern. More...
 
double Quality () const noexcept
 Quality / Confidence of the classification result. More...
 
bool operator== (const ClassificationResult &other) const noexcept
 Compares to an other classification result. More...
 
bool operator!= (const ClassificationResult &other) const noexcept
 Compares to an other classification result. More...
 

Detailed Description

Polimago classification result container.

Examples
Polimago/QmlCookieClassification.

Member Function Documentation

◆ Name()

String Name ( ) const
inline

Name of the pattern.

Returns
Pattern name.
Exceptions
Doesnot throw any exception.
Examples
Polimago/QmlCookieClassification.

◆ operator!=()

bool operator!= ( const ClassificationResult other) const
inlinenoexcept

Compares to an other classification result.

Parameters
[in]otherOther result.
Returns
True if not equal, otherwise false.
Exceptions
Doesnot throw any exception.

◆ operator==()

bool operator== ( const ClassificationResult other) const
inlinenoexcept

Compares to an other classification result.

Parameters
[in]otherOther result.
Returns
True if equal, otherwise false.
Exceptions
Doesnot throw any exception.

◆ Quality()

double Quality ( ) const
inlinenoexcept

Quality / Confidence of the classification result.

Returns
Classification result quality.
Exceptions
Doesnot throw any exception.
Examples
Polimago/QmlCookieClassification.