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
FileNotFoundException
IOException
public static double[] read(String fileName) throws FileNotFoundException, IOException
FileNotFoundException
IOException
Copyright © 2017. All rights reserved.