ReadFramework
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

Here is the caller graph for this function:

int rdf::EvalInfo::count ( ) const

Here is the caller graph for this function:

void rdf::EvalInfo::eval ( int  trueClassId,
int  predictedClassId,
bool  isBackground = false 
)

Here is the caller graph for this function:

double rdf::EvalInfo::fscore ( ) const

Here is the caller graph for this function:

QString rdf::EvalInfo::header ( )
static

Here is the caller graph for this function:

QString rdf::EvalInfo::name ( ) const

Here is the caller graph for this function:

void rdf::EvalInfo::operator+= ( const EvalInfo o)
double rdf::EvalInfo::precision ( ) const

Here is the caller graph for this function:

double rdf::EvalInfo::recall ( ) const

Here is the caller graph for this function:

void rdf::EvalInfo::setName ( const QString &  name)

Here is the caller graph for this function:

QString rdf::EvalInfo::toString ( ) const
virtual

Reimplemented from rdf::BaseElement.

Here is the caller graph for this function:


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