public class DoubleArrayIO extends Object
| Constructor and Description |
|---|
DoubleArrayIO() |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
read(String fileName) |
static double[] |
readFromClassPath(String fileName) |
static void |
save(double[] w,
String fileName) |
public static void save(double[] w,
String fileName)
throws FileNotFoundException,
IOException
FileNotFoundExceptionIOExceptionpublic static double[] read(String fileName) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2017. All rights reserved.