org.encog.util.text
public class DoubleString extends Object
Modifier and Type | Field and Description |
---|---|
static double |
FRAC_SHIFT |
static int[] |
MULT |
Constructor and Description |
---|
DoubleString() |
Modifier and Type | Method and Description |
---|---|
static String |
convertDoubleToString(double[] target,
int index) |
static int |
convertStringToDouble(String str,
double[] target,
int targetIndex) |
static void |
main(String[] args) |
public static final double FRAC_SHIFT
public static final int[] MULT
Copyright © 2014. All Rights Reserved.