com.huguesjohnson.jail.neuralNetwork
Class TestRoutines

java.lang.Object
  |
  +--com.huguesjohnson.jail.neuralNetwork.TestRoutines

public class TestRoutines
extends java.lang.Object

class TestRoutines a collection of test routines for neural network objects


Constructor Summary
TestRoutines()
           
 
Method Summary
static void main(java.lang.String[] args)
          entry point for test routines
static void testBackPropagationLayer()
           
static void testBackPropagationNetwork()
           
static void testInputParser()
           
static void testKohonenLayer()
           
static void testNetworkVirusLamstarNetwork()
           
static void testPerceptron()
          test basic functionalilty of perceptron by training it to recognize odd numbers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRoutines

public TestRoutines()
Method Detail

testPerceptron

public static void testPerceptron()
test basic functionalilty of perceptron by training it to recognize odd numbers


testInputParser

public static void testInputParser()

testKohonenLayer

public static void testKohonenLayer()

testBackPropagationLayer

public static void testBackPropagationLayer()

testBackPropagationNetwork

public static void testBackPropagationNetwork()

testNetworkVirusLamstarNetwork

public static void testNetworkVirusLamstarNetwork()

main

public static void main(java.lang.String[] args)
entry point for test routines

Parameters:
args - not used