class NLLMeasurer

This class measures the negative log likelihood.

Inheritance:


Public Fields

[more]Sequence* inputs
contains a pointer to the negative log likelihood to measure

Public Methods

[more] NLLMeasurer(Sequence* inputs_, DataSet* data_, XFile* file_)


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

This class measures the negative log likelihood. In fact, it supposes that the input given is the positive log likelihood. It can then normalized by the total number of frames and/or the number of total of examples.

oSequence* inputs
contains a pointer to the negative log likelihood to measure

o NLLMeasurer(Sequence* inputs_, DataSet* data_, XFile* file_)


This class has no child classes.
Author:
Johnny Mariethoz (Johnny.Mariethoz@idiap.ch)

Alphabetic index HTML hierarchy of classes or Java



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