aima.test.learningtest
Class MockDLTestFactory

java.lang.Object
  extended by aima.learning.inductive.DLTestFactory
      extended by aima.test.learningtest.MockDLTestFactory

public class MockDLTestFactory
extends DLTestFactory


Constructor Summary
MockDLTestFactory(java.util.List<DLTest> tests)
           
 
Method Summary
 java.util.List<DLTest> createDLTestsWithAttributeCount(DataSet ds, int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockDLTestFactory

public MockDLTestFactory(java.util.List<DLTest> tests)
Method Detail

createDLTestsWithAttributeCount

public java.util.List<DLTest> createDLTestsWithAttributeCount(DataSet ds,
                                                              int i)
Overrides:
createDLTestsWithAttributeCount in class DLTestFactory