ir.classifiers
Class ExamplesConstructor

java.lang.Object
  extended by ir.classifiers.ExamplesConstructor
Direct Known Subclasses:
DirectoryExamplesConstructor

public abstract class ExamplesConstructor
extends java.lang.Object

Creates a list of Examples from data files Specializations handle various ways of storing examples.


Constructor Summary
ExamplesConstructor()
           
 
Method Summary
abstract  java.util.List<Example> getExamples()
          Return the list of examples for this dataset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExamplesConstructor

public ExamplesConstructor()
Method Detail

getExamples

public abstract java.util.List<Example> getExamples()
Return the list of examples for this dataset