GenSVM
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  include
 gensvm_base.hHeader file for gensvm_base.c
 gensvm_checks.hHeader file for gensvm_checks.c
 gensvm_cmdarg.hHeader file for gensvm_cmdarg.c
 gensvm_consistency.hHeader file for gensvm_consistency.c
 gensvm_copy.hHeader file for gensvm_copy.c
 gensvm_cross_validation.hHeader file for gensvm_cross_validation.c
 gensvm_cv_util.hHeader file for gensvm_cv_util.c
 gensvm_debug.hHeader file for gensvm_debug.c
 gensvm_globals.hGlobal definitions
 gensvm_grid.hHeader file for gensvm_grid.c
 gensvm_gridsearch.hHeader file for gensvm_gridsearch.c
 gensvm_init.hHeader file for gensvm_init.c
 gensvm_io.hHeader file for gensvm_io.c
 gensvm_kernel.hHeader file for gensvm_kernel.c
 gensvm_memory.hHeader file for gensvm_memory.c
 gensvm_optimize.hHeader file for gensvm_optimize.c
 gensvm_predict.hHeader file for gensvm_predict.c
 gensvm_print.hHeader file for gensvm_print.c
 gensvm_queue.hHeader file for gensvm_queue.c
 gensvm_simplex.hHeader file for gensvm_simplex.c
 gensvm_sparse.hHeader file for gensvm_sparse.c
 gensvm_strutil.hHeader file for gensvm_strutil.c
 gensvm_sv.hHeader file for gensvm_sv.c
 gensvm_task.hHeader file for gensvm_task.c
 gensvm_timer.hHeader file for gensvm_timer.c
 gensvm_train.hHeader file for gensvm_train.c
 gensvm_update.hHeader file for gensvm_update.c
 gensvm_zv.hHeader file for gensvm_zv.c
  src
 gensvm_base.cFunctions for initializing GenModel, GenData, and GenWork structures
 gensvm_checks.cSanity checks used to ensure inputs are as expected
 gensvm_cmdarg.cFunctions for dealing with command line arguments
 gensvm_consistency.cFunctions for running consistency repeats
 gensvm_copy.cFunction for copying a GenModel instance
 gensvm_cross_validation.cFunction for running cross validation on GenModel
 gensvm_cv_util.cFunctions for cross validation
 gensvm_debug.cFunctions facilitating debugging
 gensvm_grid.cFunctions for initializing GenGrid structures
 gensvm_gridsearch.cFunctions for finding the optimal parameters for the dataset
 gensvm_init.cFunctions for initializing model and data structures
 gensvm_io.cFunctions for input and output of data and model files
 gensvm_kernel.cDefines main functions for use of kernels in GenSVM
 gensvm_memory.cUtility functions for memory allocation
 gensvm_optimize.cMain functions for training the GenSVM solution
 gensvm_predict.cMain functions for predicting class labels.
 gensvm_print.cVarious print functions for printing to output streams
 gensvm_queue.cFunctions for initializing and freeing a GenQueue
 gensvm_simplex.cFunction for generating the simplex matrix
 gensvm_sparse.cFunctions for dealing with sparse data matrices
 gensvm_strutil.cUtility functions for dealing with strings
 gensvm_sv.cCalculate the number of support vectors
 gensvm_task.cFunctions for initializing and freeing a GenTask
 gensvm_timer.cUtility functions relating to time
 gensvm_train.cMain function for training a GenSVM model
 gensvm_update.cFunctions for getting an update of the majorization algorithm
 gensvm_zv.cFunctions for computing the ZV matrix product
 GenSVMgrid.cCommand line interface for the grid search program
 GenSVMtraintest.cCommand line interface for training and testing with a GenSVM model
  tests
  include
 dbg.hDebug macros for the minunit framework
 minunit.hMinimal unit testing framework for C
  src
 test_gensvm_base.cUnit tests for gensvm_base.c functions
 test_gensvm_checks.cUnit tests for gensvm_checks.c functions
 test_gensvm_cmdarg.cUnit tests for gensvm_cmdarg.c functions
 test_gensvm_consistency.cUnit tests for gensvm_consistency.c
 test_gensvm_copy.cUnit tests for gensvm_copy.c functions
 test_gensvm_cross_validation.cUnit tests for gensvm_cross_validation.c
 test_gensvm_cv_util.cUnit tests for gensvm_cv_util.c functions
 test_gensvm_debug.cUnit tests for gensvm_io.c functions
 test_gensvm_grid.cUnit tests for gensvm_grid.c functions
 test_gensvm_gridsearch.cUnit tests for gensvm_gridsearch.c
 test_gensvm_init.cUnit tests for gensvm_init.c functions
 test_gensvm_io.cUnit tests for gensvm_io.c functions
 test_gensvm_kernel.cUnit tests for gensvm_kernel.c
 test_gensvm_optimize.cUnit tests for gensvm_optimize.c functions
 test_gensvm_predict.cUnit tests for gensvm_predict.c functions
 test_gensvm_print.cUnit tests for gensvm_print.c functions
 test_gensvm_queue.cUnit tests for gensvm_queue.c functions
 test_gensvm_simplex.cUnit tests for gensvm_simplex.c functions
 test_gensvm_sparse.cUnit tests for gensvm_sparse.c functions
 test_gensvm_strutil.cUnit tests for gensvm_strutil.c functions
 test_gensvm_sv.cUnit tests for gensvm_sv.c functions
 test_gensvm_task.cUnit tests for gensvm_task.c functions
 test_gensvm_timer.cUnit tests for gensvm_timer.c functions
 test_gensvm_train.cUnit tests for gensvm_train.c functions
 test_gensvm_update.cUnit tests for gensvm_update.c functions
 test_gensvm_zv.cUnit tests for gensvm_zv.c functions