Read@CVL
rdf::EvalInfo Class Reference

Information class for SuperPixel labeling. More...

#include <Evaluation.h>

Inheritance diagram for rdf::EvalInfo:
Collaboration diagram for rdf::EvalInfo:

Public Member Functions

 EvalInfo (const QString &name="unknown")
 
void operator+= (const EvalInfo &o)
 
void eval (int trueClassId, int predictedClassId, bool isBackground=false)
 
void setName (const QString &name)
 
QString name () const
 
double accuracy () const
 
double fscore () const
 
double precision () const
 
double recall () const
 
int count () const
 
QString toString () const
 
- Public Member Functions inherited from rdf::BaseElement
 BaseElement (const QString &id=QString())
 This class keeps an ID to keep track of transformed elements during a processing chain. You can e.g. generate Pixel elements from MserBlobs. After filtering, processing etc. you can map back to the (pixel accurate) MserBlob using this ID. More...
 
void setId (const QString &id)
 Sets the (preferably unique) ID. If no ID is set, a unqiue ID is generated and assigned. More...
 
QString id () const
 Returns the elment's id. More...
 
virtual void scale (double factor)
 

Static Public Member Functions

static QString header ()
 

Additional Inherited Members

- Protected Attributes inherited from rdf::BaseElement
QString mId
 

Detailed Description

Information class for SuperPixel labeling.

See also
BaseElement

Constructor & Destructor Documentation

rdf::EvalInfo::EvalInfo ( const QString &  name = "unknown")

Member Function Documentation

double rdf::EvalInfo::accuracy ( ) const
int rdf::EvalInfo::count ( ) const
void rdf::EvalInfo::eval ( int  trueClassId,
int  predictedClassId,
bool  isBackground = false 
)
double rdf::EvalInfo::fscore ( ) const
QString rdf::EvalInfo::header ( )
static
QString rdf::EvalInfo::name ( ) const
void rdf::EvalInfo::operator+= ( const EvalInfo o)
double rdf::EvalInfo::precision ( ) const
double rdf::EvalInfo::recall ( ) const
void rdf::EvalInfo::setName ( const QString &  name)
QString rdf::EvalInfo::toString ( ) const
virtual

Reimplemented from rdf::BaseElement.


The documentation for this class was generated from the following files: