aima.test.learningtest.neural
Class DataSetTests

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

public class DataSetTests
extends TestCase


Constructor Summary
DataSetTests()
           
 
Method Summary
 void testExampleFormation()
           
 void testNormalizationOfFileBasedDataProducesCorrectMeanStdDevAndNormalizedValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetTests

public DataSetTests()
Method Detail

testNormalizationOfFileBasedDataProducesCorrectMeanStdDevAndNormalizedValues

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

testExampleFormation

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