aima.test.learningtest
Class InformationAndGainTest

java.lang.Object
  extended by TestCase
      extended by aima.test.learningtest.InformationAndGainTest

public class InformationAndGainTest
extends TestCase


Constructor Summary
InformationAndGainTest()
           
 
Method Summary
 void testBasicDataSetInformationCalculation()
           
 void testDataSetSplit()
           
 void testGainCalculation()
           
 void testInformationCalculation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformationAndGainTest

public InformationAndGainTest()
Method Detail

testInformationCalculation

public void testInformationCalculation()

testBasicDataSetInformationCalculation

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

testDataSetSplit

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

testGainCalculation

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