anl.aida.algo
Class ConceptClusterer

java.lang.Object
  extended by anl.aida.algo.ConceptClusterer

public class ConceptClusterer
extends java.lang.Object


Field Summary
private  java.lang.Iterable<anl.aida.core.MIFSDocument> docIterator
           
private  anl.aida.sv.SemanticVectorStore vecStore
           
 
Constructor Summary
ConceptClusterer(java.lang.Iterable<anl.aida.core.MIFSDocument> docIterator, anl.aida.sv.SemanticVectorStore vecStore)
           
 
Method Summary
 Clusters<anl.aida.core.DocumentID> generateClusters(java.util.List<java.lang.String> concepts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

docIterator

private java.lang.Iterable<anl.aida.core.MIFSDocument> docIterator

vecStore

private anl.aida.sv.SemanticVectorStore vecStore
Constructor Detail

ConceptClusterer

public ConceptClusterer(java.lang.Iterable<anl.aida.core.MIFSDocument> docIterator,
                        anl.aida.sv.SemanticVectorStore vecStore)
Method Detail

generateClusters

public Clusters<anl.aida.core.DocumentID> generateClusters(java.util.List<java.lang.String> concepts)
                                                    throws java.io.IOException
Throws:
java.io.IOException