aima.test.learningtest.neural
Class BackPropagationTests

java.lang.Object
  extended by TestCase
      extended by aima.test.learningtest.neural.BackPropagationTests

public class BackPropagationTests
extends TestCase


Constructor Summary
BackPropagationTests()
           
 
Method Summary
 void testFeedForwardAndBAckLoopWorks()
           
 void testPerceptron()
           
 void xtestDataSetPopulation()
           
 void xtestFeedForwardAndBAckLoopWorksWithMomentum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackPropagationTests

public BackPropagationTests()
Method Detail

testFeedForwardAndBAckLoopWorks

public void testFeedForwardAndBAckLoopWorks()

xtestFeedForwardAndBAckLoopWorksWithMomentum

public void xtestFeedForwardAndBAckLoopWorksWithMomentum()

xtestDataSetPopulation

public void xtestDataSetPopulation()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testPerceptron

public void testPerceptron()
                    throws java.lang.Exception
Throws:
java.lang.Exception