In this section all the code produced to use Online Support Vector Regression is aviable.
There is a Matlab prototype, a C++ implementation and a Windows interface at your disposal.
Each version has a reference manual that explains how to use the code.
MATLAB PROTOTYPE
This is my first implementation of OnlineSVR.
It has some exclusive features: plots the samples and make videos of the training.
Requires Matlab version 7.0 or above.
This is a useful interface made for data analysis and for parameters estimation.
It is available only for Windows. Requires Microsoft .NET Framework 2.0
This is the source code of my C++ implementation. Before reading the code is recommended to better understand the theory behind the algorithm.
(Thanks to Soren Macbeth for a bug correction)