class BoostingMeasurer

Compute the classification error (in %) for BoostingMachine of the inputs with respect to the targets of data.

Inheritance:


Inherited from Measurer:

Public Fields

ovoid* measure
oFILE* file
oDataSet* data

Public Methods

ovirtual void measureEx()
ovirtual void measureIter()
ovirtual void measureEnd()


Inherited from Object:

Public Methods

ovirtual void init()
ovoid addOption(const char* name, int size, void* ptr, const char* help="", bool is_allowed_after_init=false)
ovoid addIOption(const char* name, int* ptr, int init_value, const char* help="", bool is_allowed_after_init=false)
ovoid addROption(const char* name, real* ptr, real init_value, const char* help="", bool is_allowed_after_init=false)
ovoid addBOption(const char* name, bool* ptr, bool init_value, const char* help="", bool is_allowed_after_init=false)
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)
ovirtual void loadFILE(FILE* file)
ovirtual void saveFILE(FILE* file)
ovoid load(const char* filename)
ovoid save(const char* filename)


Documentation

Compute the classification error (in %) for BoostingMachine of the inputs with respect to the targets of data.

Needed by Boosting. (Designed just for it).

The format of the class is given with a ClassFormat.

measure = {<[real] error proportion>, <[real] current number of errors>}


This class has no child classes.
Author:
Ronan Collobert (collober@iro.umontreal.ca) Samy Bengio (bengio@idiap.ch)
See Also:
Boosting

Alphabetic index HTML hierarchy of classes or Java



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