edu.cmu.minorthird.classify
Class ClassifierLearnerFactory

java.lang.Object
  extended by edu.cmu.minorthird.classify.ClassifierLearnerFactory

public class ClassifierLearnerFactory
extends java.lang.Object

Generate many copies of a ClassifierLearner.

Author:
William Cohen

Constructor Summary
ClassifierLearnerFactory(java.lang.String learnerName)
           
 
Method Summary
 ClassifierLearner getLearner()
          Build a new copy of the learner produced by this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassifierLearnerFactory

public ClassifierLearnerFactory(java.lang.String learnerName)
Method Detail

getLearner

public ClassifierLearner getLearner()
Build a new copy of the learner produced by this factory.