public class VectorParser extends Object
| Constructor and Description |
|---|
VectorParser() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<Double> |
convertToVector(double[] array) |
static double[] |
parseDoubleArray(String inputStr)
This method parses input String and returns double array
|
static ArrayList<Integer> |
parseInteger(String str)
This method parses input String and returns Integer vector
|
static double[] |
toDoubleArray(List<Double> list) |
public static ArrayList<Integer> parseInteger(String str)
str - input Stringpublic static double[] parseDoubleArray(String inputStr)
inputStr - input StringCopyright © 2019 Neuroph Project. All rights reserved.