public static class RLS.Trainer extends RegressionTrainer<double[]>
Constructor and Description |
---|
Trainer()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
RLS |
train(double[][] x,
double[] y)
Learns a regression model with given training data.
|
setAttributes
public RLS train(double[][] x, double[] y)
RegressionTrainer
train
in class RegressionTrainer<double[]>
x
- the training instances.y
- the training response values.