LIBIRWLS
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  LIBIRWLS
  include
 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
 PIRWLS-train.hFunctions to train a full SVM using the IRWLS algorithm
 PSIRWLS-train.hFunctions to train a semi parametric SVM using the IRWLS algorithm
  python-package
 pythonmodule.cImplementation of the functions of the python extension
 pythonmodule.hFunctions of the python extension that makes use of this library
  src
 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
 PIRWLS-train.cImplementation of the training functions of the PIRWLS algorithm
 PSIRWLS-train.cImplementation of the training functions of the PSIRWLS algorithm