committed by
GitHub
parent
30f78fc3ca
commit
112f33acb9
+1
-1
@@ -7,7 +7,7 @@ import org.neuroph.core.NeuralNetwork;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
public class XORTest {
|
||||
public class XORIntegrationTest {
|
||||
private NeuralNetwork ann = null;
|
||||
|
||||
private void print(String input, double output, double actual) {
|
||||
Reference in New Issue
Block a user