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
- IOException
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.