org.encog.examples.neural.benchmark
Class TestConverge
java.lang.Object
org.encog.examples.neural.benchmark.TestConverge
public class TestConverge
- extends Object
|
Field Summary |
static int |
COUNT
|
static double[][] |
XOR_IDEAL
The ideal data necessary for XOR. |
static double[][] |
XOR_INPUT
The input necessary for XOR. |
|
Method Summary |
static void |
main(String[] args)
The main method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XOR_INPUT
public static double[][] XOR_INPUT
- The input necessary for XOR.
XOR_IDEAL
public static double[][] XOR_IDEAL
- The ideal data necessary for XOR.
COUNT
public static int COUNT
TestConverge
public TestConverge()
main
public static void main(String[] args)
- The main method.
- Parameters:
args - No arguments are used.
Copyright © 2011. All Rights Reserved.