Uses of Interface
gr.demokritos.iit.jinsect.structs.IMergeable

Packages that use IMergeable
gr.demokritos.iit.jinsect.documentModel.representations   
gr.demokritos.iit.jinsect.indexing   
 

Uses of IMergeable in gr.demokritos.iit.jinsect.documentModel.representations
 

Classes in gr.demokritos.iit.jinsect.documentModel.representations that implement IMergeable
 class DocumentNGramDistroGraph
           
 class DocumentNGramGaussNormGraph
          A Document N-gram UniqueVertexGraph that uses a Gaussian bell scaling faction to determine weights applied to various distances of neighbouring n-grams.
 class DocumentNGramGaussNormSymWinGraph
           
 class DocumentNGramGraph
          Represents the graph of a document, with vertices n-grams of the document and edges the number of the n-grams' co-occurences within a given window.
 class DocumentNGramSymWinDistroGraph
           
 class DocumentNGramSymWinGraph
           
 class DocumentWordDistroGraph
           
 class DocumentWordGraph
           
 

Uses of IMergeable in gr.demokritos.iit.jinsect.indexing
 

Classes in gr.demokritos.iit.jinsect.indexing that implement IMergeable
 class NamedDocumentNGramGraph
          A named graph.