class OutputMeasurer

Compute the outputification error (in %) of the inputs with respect to the targets of data.

Inheritance:


Public Fields

[more]SequenceList* sequences
Sequences to output
[more]int total_frame_size
Sum of frame size of all sequences

Public Methods

[more] OutputMeasurer(DataSet* data_, XFile* file_)
[more]void addSequence(Sequence* sequence)
Adds a sequence which will be outputed


Inherited from Measurer:

Public Fields

oXFile* file
oDataSet* data
obool binary_mode

Public Methods

ovirtual void measureExample()
ovirtual void measureIteration()
ovirtual void measureEnd()
ovirtual void reset()


Inherited from Object:

Public Fields

oAllocator* allocator

Public Methods

ovoid addOption(const char* name, int size, void* ptr, const char* help="")
ovoid addIOption(const char* name, int* ptr, int init_value, const char* help="")
ovoid addROption(const char* name, real* ptr, real init_value, const char* help="")
ovoid addBOption(const char* name, bool* ptr, bool init_value, const char* help="")
ovoid addOOption(const char* name, Object** ptr, Object* init_value, const char* help="")
ovoid setOption(const char* name, void* ptr)
ovoid setIOption(const char* name, int option)
ovoid setROption(const char* name, real option)
ovoid setBOption(const char* name, bool option)
ovoid setOOption(const char* name, Object* option)
ovirtual void loadXFile(XFile* file)
ovirtual void saveXFile(XFile* file)
ovoid load(const char* filename)
ovoid save(const char* filename)
ovoid* operator new(size_t size, Allocator* allocator_=NULL)
ovoid* operator new(size_t size, Allocator* allocator_, void* ptr_)
ovoid operator delete(void* ptr)


Documentation

Compute the outputification error (in %) of the inputs with respect to the targets of data.

The format of the output is given with a OutputFormat. It can print the confusion matrix if specified.

oSequenceList* sequences
Sequences to output

oint total_frame_size
Sum of frame size of all sequences

o OutputMeasurer(DataSet* data_, XFile* file_)

ovoid addSequence(Sequence* sequence)
Adds a sequence which will be outputed


This class has no child classes.
Author:
Ronan Collobert (collober@idiap.ch)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.