QCCache implementation for SVMs.
Inheritance:
Public Methods
-
SVMCache(Kernel* kernel_, real taille_en_megs)
Inherited from QCCache:
Public Methods
-
virtual real* adressCache(int index)
-
virtual void allocate()
-
virtual void clear()
-
virtual void destroy()
-
virtual void setBoosterMode(int* n_active_var_, int* active_var_)
Inherited from Object:
Public Methods
-
virtual void init()
-
void addOption(const char* name, int size, void* ptr, const char* help="", bool is_allowed_after_init=false)
-
void addIOption(const char* name, int* ptr, int init_value, const char* help="", bool is_allowed_after_init=false)
-
void addROption(const char* name, real* ptr, real init_value, const char* help="", bool is_allowed_after_init=false)
-
void addBOption(const char* name, bool* ptr, bool init_value, const char* help="", bool is_allowed_after_init=false)
-
void setOption(const char* name, void* ptr)
-
void setIOption(const char* name, int option)
-
void setROption(const char* name, real option)
-
void setBOption(const char* name, bool option)
-
virtual void loadFILE(FILE* file)
-
virtual void saveFILE(FILE* file)
-
void load(const char* filename)
-
void save(const char* filename)
Documentation
QCCache implementation for SVMs.
Compute the Q matrix.
SVMCache(Kernel* kernel_, real taille_en_megs)
- Direct child classes:
- SVMCacheRegression
SVMCacheClassification
- Author:
- Ronan Collobert (collober@iro.umontreal.ca)
- See Also:
- SVM
QCMachine
QCTrainer
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.