|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneural.test.Tester
public class Tester
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
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 |
---|
public Tester()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |