Skip to content

Commit c0971ac

Browse files
Update DBSANN.java
1 parent 269a9a5 commit c0971ac

File tree

1 file changed

+0
-2
lines changed
  • AIControlledDBSSystem/src/main/java/dbssystem/controller

1 file changed

+0
-2
lines changed

AIControlledDBSSystem/src/main/java/dbssystem/controller/DBSANN.java

-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ public void test()
117117
double[] trainTestDifference = new double[2];
118118
trainTestDifference[0] = trainOutput[0] - testOutput[0];
119119
trainTestDifference[1] = trainOutput[1] - testOutput[1];
120-
121-
System.out.println(String.format("%3d) %s %s %s %s", row, Arrays.toString(testInputRow), Arrays.toString(testOutput), Arrays.toString(trainOutput), Arrays.toString(trainTestDifference)));
122120
}
123121
}
124122

0 commit comments

Comments
 (0)