aima.learning.inductive
Class DLTestFactory

java.lang.Object
  extended by aima.learning.inductive.DLTestFactory
Direct Known Subclasses:
MockDLTestFactory

public class DLTestFactory
extends java.lang.Object


Constructor Summary
DLTestFactory()
           
 
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

DLTestFactory

public DLTestFactory()
Method Detail

createDLTestsWithAttributeCount

public java.util.List<DLTest> createDLTestsWithAttributeCount(DataSet ds,
                                                              int i)