Uses of Class
gr.demokritos.iit.jinsect.documentModel.representations.DocumentNGramGraph

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

Uses of DocumentNGramGraph in gr.demokritos.iit.jinsect.documentModel
 

Methods in gr.demokritos.iit.jinsect.documentModel that return DocumentNGramGraph
 DocumentNGramGraph TextPrintImpl.getDocumentGraph()
           
 DocumentNGramGraph ITextPrint.getDocumentGraph()
          Should return the graph corresponding to the text representation.
 

Methods in gr.demokritos.iit.jinsect.documentModel with parameters of type DocumentNGramGraph
 void TextPrintImpl.setDocumentGraph(DocumentNGramGraph idgNew)
           
 void ITextPrint.setDocumentGraph(DocumentNGramGraph idgNew)
          Should set the histogram corresponding to the text representation.
 

Uses of DocumentNGramGraph in gr.demokritos.iit.jinsect.documentModel.documentTypes
 

Fields in gr.demokritos.iit.jinsect.documentModel.documentTypes declared as DocumentNGramGraph
protected  DocumentNGramGraph NGramDocument.Graph
           
 

Methods in gr.demokritos.iit.jinsect.documentModel.documentTypes that return DocumentNGramGraph
 DocumentNGramGraph NGramGaussNormSymWinDocument.getDocumentGraph()
           
 DocumentNGramGraph SimpleTextDocument.getDocumentGraph()
           
 DocumentNGramGraph NGramDocument.getDocumentGraph()
           
 DocumentNGramGraph NGramSymWinDocument.getDocumentGraph()
           
 

Methods in gr.demokritos.iit.jinsect.documentModel.documentTypes with parameters of type DocumentNGramGraph
 void NGramGaussNormSymWinDocument.setDocumentGraph(DocumentNGramGraph idgNew)
           
 void NGramDocument.setDocumentGraph(DocumentNGramGraph idgNew)
           
 void NGramSymWinDocument.setDocumentGraph(DocumentNGramGraph idgNew)
           
 

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

Subclasses of DocumentNGramGraph in gr.demokritos.iit.jinsect.documentModel.representations
 class DocumentNGramDistroGraph
           
 class DocumentNGramGaussNormGraph
          A Document N-gram Graph that uses a Gaussian bell scaling faction to determine weights applied to various distances of neighbouring n-grams.
 class DocumentNGramGaussNormSymWinGraph
           
 class DocumentNGramSymWinDistroGraph
           
 class DocumentNGramSymWinGraph
           
 class DocumentWordDistroGraph
           
 class DocumentWordGraph
           
 

Methods in gr.demokritos.iit.jinsect.documentModel.representations that return DocumentNGramGraph
 DocumentNGramGraph DocumentNGramGraph.intersectGraph(DocumentNGramGraph dgOtherGraph)
           
 DocumentNGramGraph DocumentNGramGraph.inverseIntersectGraph(DocumentNGramGraph dgOtherGraph)
          Returns the difference (inverse of the intersection) graph between the current graph and a given graph.
 

Methods in gr.demokritos.iit.jinsect.documentModel.representations with parameters of type DocumentNGramGraph
 void DocumentNGramGraph.degrade(DocumentNGramGraph dgOtherGraph)
           
 DocumentNGramGraph DocumentNGramGraph.intersectGraph(DocumentNGramGraph dgOtherGraph)
           
 DocumentNGramGraph DocumentNGramGraph.inverseIntersectGraph(DocumentNGramGraph dgOtherGraph)
          Returns the difference (inverse of the intersection) graph between the current graph and a given graph.
 void DocumentNGramGraph.mergeGraph(DocumentNGramGraph dgOtherGraph, double fWeightPercent)
          Merges the data of [dgOtherGraph] document graph to the data of this graph, by adding all existing edges and moving the values of those existing in both graphs towards the new graph values based on a tendency modifier.