neural.test
Class Tester

java.lang.Object
  extended by neural.test.Tester

public class Tester
extends java.lang.Object

Test the Artificial Neural Network wit a simple XOR-like example. The test takes 3 input of 1 or 0, all 1s and all 0s are equal to 0, all other combinations are equal to 1

Version:
1.0.0
Author:
Jonathan Reimels

Constructor Summary
Tester()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run the test
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tester

public Tester()
Method Detail

main

public static void main(java.lang.String[] args)
Run the test

Parameters:
args -