public class EpsilonSVRegressionExample
extends Object
This class contains an example of the usage of the Regression Example. The
regressor implements the \(\epsilon\)-SVR learning algorithm discussed in [CC Chang, CJ Lin, 2011].
In this example a dataset is loaded from a file and then split in train and
test.
The dataset used in this example is the MG dataset. It can be downloaded
from:
http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/regression/mg_scale
- Author:
- Danilo Croce