edu.cmu.minorthird.classify.algorithms.active
Class CommitteeLearner

java.lang.Object
  extended by edu.cmu.minorthird.classify.algorithms.active.CommitteeLearner

public class CommitteeLearner
extends java.lang.Object

Routines for forming and working with committees.

Author:
William Cohen

Constructor Summary
CommitteeLearner(BatchClassifierLearner learner, int committeeSize)
           
 
Method Summary
 Classifier[] batchTrainCommittee(RandomAccessDataset data)
          Learn a committee
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitteeLearner

public CommitteeLearner(BatchClassifierLearner learner,
                        int committeeSize)
Method Detail

batchTrainCommittee

public Classifier[] batchTrainCommittee(RandomAccessDataset data)
Learn a committee