org.encog.examples.neural.benchmark
Class TestConverge

java.lang.Object
  extended by 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.
 
Constructor Summary
TestConverge()
           
 
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
 

Field Detail

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
Constructor Detail

TestConverge

public TestConverge()
Method Detail

main

public static void main(String[] args)
The main method.

Parameters:
args - No arguments are used.


Copyright © 2011. All Rights Reserved.