GenSVM
|
Files | |
file | gensvm_base.c [code] |
Functions for initializing GenModel, GenData, and GenWork structures. | |
file | gensvm_checks.c [code] |
Sanity checks used to ensure inputs are as expected. | |
file | gensvm_cmdarg.c [code] |
Functions for dealing with command line arguments. | |
file | gensvm_consistency.c [code] |
Functions for running consistency repeats. | |
file | gensvm_copy.c [code] |
Function for copying a GenModel instance. | |
file | gensvm_cross_validation.c [code] |
Function for running cross validation on GenModel. | |
file | gensvm_cv_util.c [code] |
Functions for cross validation. | |
file | gensvm_debug.c [code] |
Functions facilitating debugging. | |
file | gensvm_grid.c [code] |
Functions for initializing GenGrid structures. | |
file | gensvm_gridsearch.c [code] |
Functions for finding the optimal parameters for the dataset. | |
file | gensvm_init.c [code] |
Functions for initializing model and data structures. | |
file | gensvm_io.c [code] |
Functions for input and output of data and model files. | |
file | gensvm_kernel.c [code] |
Defines main functions for use of kernels in GenSVM. | |
file | gensvm_memory.c [code] |
Utility functions for memory allocation. | |
file | gensvm_optimize.c [code] |
Main functions for training the GenSVM solution. | |
file | gensvm_predict.c [code] |
Main functions for predicting class labels.. | |
file | gensvm_print.c [code] |
Various print functions for printing to output streams. | |
file | gensvm_queue.c [code] |
Functions for initializing and freeing a GenQueue. | |
file | gensvm_simplex.c [code] |
Function for generating the simplex matrix. | |
file | gensvm_sparse.c [code] |
Functions for dealing with sparse data matrices. | |
file | gensvm_strutil.c [code] |
Utility functions for dealing with strings. | |
file | gensvm_sv.c [code] |
Calculate the number of support vectors. | |
file | gensvm_task.c [code] |
Functions for initializing and freeing a GenTask. | |
file | gensvm_timer.c [code] |
Utility functions relating to time. | |
file | gensvm_train.c [code] |
Main function for training a GenSVM model. | |
file | gensvm_update.c [code] |
Functions for getting an update of the majorization algorithm. | |
file | gensvm_zv.c [code] |
Functions for computing the ZV matrix product. | |
file | GenSVMgrid.c [code] |
Command line interface for the grid search program. | |
file | GenSVMtraintest.c [code] |
Command line interface for training and testing with a GenSVM model. | |