edu.umass.cs.mallet.projects.seg_plus_coref.clustering
Class ClusterLearnerAvg

java.lang.Object
  extended byedu.umass.cs.mallet.projects.seg_plus_coref.clustering.ClusterLearner
      extended byedu.umass.cs.mallet.projects.seg_plus_coref.clustering.ClusterLearnerAvg

public class ClusterLearnerAvg
extends ClusterLearner


Constructor Summary
ClusterLearnerAvg(int numEpochs, java.util.Set trainingDocuments, Pipe p, int yI, int nI)
           
ClusterLearnerAvg(int numEpochs, java.util.Set trainingDocuments, Pipe p, MaxEnt classifier, int yI, int nI)
           
 
Method Summary
 void startTrainingAvg(java.util.Set testDocInstances)
           
 
Methods inherited from class edu.umass.cs.mallet.projects.seg_plus_coref.clustering.ClusterLearner
constructEdges, getDenseVectorOf, getFinalLambdas, getInitializedMatrix, getUnNormalizedScores, initializePrevClusterings, startTraining, testCurrentModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterLearnerAvg

public ClusterLearnerAvg(int numEpochs,
                         java.util.Set trainingDocuments,
                         Pipe p,
                         MaxEnt classifier,
                         int yI,
                         int nI)

ClusterLearnerAvg

public ClusterLearnerAvg(int numEpochs,
                         java.util.Set trainingDocuments,
                         Pipe p,
                         int yI,
                         int nI)
Method Detail

startTrainingAvg

public void startTrainingAvg(java.util.Set testDocInstances)