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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestRoutines
public TestRoutines()
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