Uses of Package
gr.demokritos.iit.jinsect.documentModel.representations

Packages that use gr.demokritos.iit.jinsect.documentModel.representations
gr.demokritos.iit.jinsect.documentModel   
gr.demokritos.iit.jinsect.documentModel.documentTypes   
gr.demokritos.iit.jinsect.documentModel.representations   
 

Classes in gr.demokritos.iit.jinsect.documentModel.representations used by gr.demokritos.iit.jinsect.documentModel
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.
DocumentNGramHistogram
           
 

Classes in gr.demokritos.iit.jinsect.documentModel.representations used by gr.demokritos.iit.jinsect.documentModel.documentTypes
DocumentNGramDistroGraph
           
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.
DocumentNGramHistogram
           
DocumentWordDistroGraph
           
DocumentWordGraph
           
DocumentWordHistogram
           
 

Classes in gr.demokritos.iit.jinsect.documentModel.representations used by gr.demokritos.iit.jinsect.documentModel.representations
DocumentGraph
           
DocumentNGramDistroGraph
           
DocumentNGramGaussNormGraph
          A Document N-gram Graph that uses a Gaussian bell scaling faction to determine weights applied to various distances of neighbouring n-grams.
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.
DocumentNGramHistogram