LIBIRWLS
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  LIBIRWLS
  include
 budgeted-train.hFunctions to train a budgeted SVM using the IRWLS algorithm
 full-train.hFunctions to train a full SVM using the IRWLS algorithm
 IOStructures.hInput and Output structures and procedures
 kernels.hDefition of the kernel functions used in the non linear SVM
 LIBIRWLS-predict.hFunctions to classify data with a trained model
 ParallelAlgorithms.hFunctions to perform parallel linear algebra tasks
  python-package
 pythonmodule.cImplementation of the functions of the python extension
 pythonmodule.hFunctions of the python extension that makes use of this library
  src
 budgeted-train.cImplementation of the functions to train a budgeted SVM
 Exec-budgeted-train.cIt builds the command line instruction to train a budgeted SVM using the parallel IRWLS procedure
 Exec-full-train.cMain command to train a full SVM using the parallel IRWLS procedure
 full-train.cImplementation of the functions to train a full SVM using the parallel IRWLS procedure
 IOStructures.cImplementation of the IO functions used in the application
 kernels.cImplementation of the kernel functions used in the non linear SVM
 LIBIRWLS-predict.cImplementation of the predictions functions to classify data using a trained model
 ParallelAlgorithms.cFunctions to perform some parallel linear algebra tasks