{6.0,7.0,8.0,9.0} };
private DataNormalization create1D(double[] arrayOutput) {
InputField a;
NormalizationStorageArray1D target = new NormalizationStorageArray1D(arrayOutput);
DataNormalization norm = new DataNormalization();
norm.setReport(new NullStatusReportable());
norm.setTarget(target);
norm.addInputField(a = new InputFieldArray1D(false,ARRAY_1D));