class PreProcessing

This class is able to do pre-processing on examples in a DataSet.

Inheritance:


Public Methods

[more] PreProcessing()
[more]virtual void preProcessInputs(Sequence* inputs) = 0
Given an input sequence, do the pre-processing
[more]virtual void preProcessTargets(Sequence* targets) = 0
Given an target sequence, do the pre-processing


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 is able to do pre-processing on examples in a DataSet. Pre-processing doesn't modify the structure of sequences, but only the contents.

o PreProcessing()

ovirtual void preProcessInputs(Sequence* inputs) = 0
Given an input sequence, do the pre-processing

ovirtual void preProcessTargets(Sequence* targets) = 0
Given an target sequence, do the pre-processing


Direct child classes:
MeanVarNorm
Author:
Ronan Collobert (collober@idiap.ch)
See Also:
DataSet

Alphabetic index HTML hierarchy of classes or Java



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