GenSVM
|
▼ include | |
gensvm_base.h | Header file for gensvm_base.c |
gensvm_checks.h | Header file for gensvm_checks.c |
gensvm_cmdarg.h | Header file for gensvm_cmdarg.c |
gensvm_consistency.h | Header file for gensvm_consistency.c |
gensvm_copy.h | Header file for gensvm_copy.c |
gensvm_cross_validation.h | Header file for gensvm_cross_validation.c |
gensvm_cv_util.h | Header file for gensvm_cv_util.c |
gensvm_debug.h | Header file for gensvm_debug.c |
gensvm_globals.h | Global definitions |
gensvm_grid.h | Header file for gensvm_grid.c |
gensvm_gridsearch.h | Header file for gensvm_gridsearch.c |
gensvm_init.h | Header file for gensvm_init.c |
gensvm_io.h | Header file for gensvm_io.c |
gensvm_kernel.h | Header file for gensvm_kernel.c |
gensvm_memory.h | Header file for gensvm_memory.c |
gensvm_optimize.h | Header file for gensvm_optimize.c |
gensvm_predict.h | Header file for gensvm_predict.c |
gensvm_print.h | Header file for gensvm_print.c |
gensvm_queue.h | Header file for gensvm_queue.c |
gensvm_simplex.h | Header file for gensvm_simplex.c |
gensvm_sparse.h | Header file for gensvm_sparse.c |
gensvm_strutil.h | Header file for gensvm_strutil.c |
gensvm_sv.h | Header file for gensvm_sv.c |
gensvm_task.h | Header file for gensvm_task.c |
gensvm_timer.h | Header file for gensvm_timer.c |
gensvm_train.h | Header file for gensvm_train.c |
gensvm_update.h | Header file for gensvm_update.c |
gensvm_zv.h | Header file for gensvm_zv.c |
▼ src | |
gensvm_base.c | Functions for initializing GenModel, GenData, and GenWork structures |
gensvm_checks.c | Sanity checks used to ensure inputs are as expected |
gensvm_cmdarg.c | Functions for dealing with command line arguments |
gensvm_consistency.c | Functions for running consistency repeats |
gensvm_copy.c | Function for copying a GenModel instance |
gensvm_cross_validation.c | Function for running cross validation on GenModel |
gensvm_cv_util.c | Functions for cross validation |
gensvm_debug.c | Functions facilitating debugging |
gensvm_grid.c | Functions for initializing GenGrid structures |
gensvm_gridsearch.c | Functions for finding the optimal parameters for the dataset |
gensvm_init.c | Functions for initializing model and data structures |
gensvm_io.c | Functions for input and output of data and model files |
gensvm_kernel.c | Defines main functions for use of kernels in GenSVM |
gensvm_memory.c | Utility functions for memory allocation |
gensvm_optimize.c | Main functions for training the GenSVM solution |
gensvm_predict.c | Main functions for predicting class labels. |
gensvm_print.c | Various print functions for printing to output streams |
gensvm_queue.c | Functions for initializing and freeing a GenQueue |
gensvm_simplex.c | Function for generating the simplex matrix |
gensvm_sparse.c | Functions for dealing with sparse data matrices |
gensvm_strutil.c | Utility functions for dealing with strings |
gensvm_sv.c | Calculate the number of support vectors |
gensvm_task.c | Functions for initializing and freeing a GenTask |
gensvm_timer.c | Utility functions relating to time |
gensvm_train.c | Main function for training a GenSVM model |
gensvm_update.c | Functions for getting an update of the majorization algorithm |
gensvm_zv.c | Functions for computing the ZV matrix product |
GenSVMgrid.c | Command line interface for the grid search program |
GenSVMtraintest.c | Command line interface for training and testing with a GenSVM model |
▼ tests | |
▼ include | |
dbg.h | Debug macros for the minunit framework |
minunit.h | Minimal unit testing framework for C |
▼ src | |
test_gensvm_base.c | Unit tests for gensvm_base.c functions |
test_gensvm_checks.c | Unit tests for gensvm_checks.c functions |
test_gensvm_cmdarg.c | Unit tests for gensvm_cmdarg.c functions |
test_gensvm_consistency.c | Unit tests for gensvm_consistency.c |
test_gensvm_copy.c | Unit tests for gensvm_copy.c functions |
test_gensvm_cross_validation.c | Unit tests for gensvm_cross_validation.c |
test_gensvm_cv_util.c | Unit tests for gensvm_cv_util.c functions |
test_gensvm_debug.c | Unit tests for gensvm_io.c functions |
test_gensvm_grid.c | Unit tests for gensvm_grid.c functions |
test_gensvm_gridsearch.c | Unit tests for gensvm_gridsearch.c |
test_gensvm_init.c | Unit tests for gensvm_init.c functions |
test_gensvm_io.c | Unit tests for gensvm_io.c functions |
test_gensvm_kernel.c | Unit tests for gensvm_kernel.c |
test_gensvm_optimize.c | Unit tests for gensvm_optimize.c functions |
test_gensvm_predict.c | Unit tests for gensvm_predict.c functions |
test_gensvm_print.c | Unit tests for gensvm_print.c functions |
test_gensvm_queue.c | Unit tests for gensvm_queue.c functions |
test_gensvm_simplex.c | Unit tests for gensvm_simplex.c functions |
test_gensvm_sparse.c | Unit tests for gensvm_sparse.c functions |
test_gensvm_strutil.c | Unit tests for gensvm_strutil.c functions |
test_gensvm_sv.c | Unit tests for gensvm_sv.c functions |
test_gensvm_task.c | Unit tests for gensvm_task.c functions |
test_gensvm_timer.c | Unit tests for gensvm_timer.c functions |
test_gensvm_train.c | Unit tests for gensvm_train.c functions |
test_gensvm_update.c | Unit tests for gensvm_update.c functions |
test_gensvm_zv.c | Unit tests for gensvm_zv.c functions |