This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMPYTHON. If you re already familiar with SVMPYTHON, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclass.py. This document provides a more in depth view of how to use the package.
Note that this is not a conversion of SVMstruct to PYTHON. It is merely an embedding of PYTHON in existing C code. All code other than the user implemented API functions is still in C, including optimization.