public class LinearRegressionDataGenerator extends Object
LinearRegression example program.| Constructor and Description |
|---|
LinearRegressionDataGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main method to generate data for the
LinearRegression example program. |
public static void main(String[] args) throws IOException
LinearRegression example program.
The generator creates to files:
{tmp.dir}/data for the data points
args - IOExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.