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

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

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

Methods in gr.demokritos.iit.jinsect.documentModel.documentTypes that return DocumentNGramDistroGraph
 DocumentNGramDistroGraph SimpleTextDistroDocument.getDocumentGraph()
           
 DocumentNGramDistroGraph NGramDistroDocument.getDocumentGraph()
           
 

Methods in gr.demokritos.iit.jinsect.documentModel.documentTypes with parameters of type DocumentNGramDistroGraph
 void NGramDistroDocument.setDocumentGraph(DocumentNGramDistroGraph idgNew)
           
 

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

Subclasses of DocumentNGramDistroGraph in gr.demokritos.iit.jinsect.documentModel.representations
 class DocumentNGramSymWinDistroGraph
           
 class DocumentWordDistroGraph
           
 

Methods in gr.demokritos.iit.jinsect.documentModel.representations that return DocumentNGramDistroGraph
 DocumentNGramDistroGraph[] DocumentNGramDistroGraph.intersectAndDeltaDistroGraph(DocumentNGramDistroGraph dgOtherGraph)
          Returns both the intersection and the difference (inverse of the intersection) graph between the current graph and a given graph.
 DocumentNGramDistroGraph DocumentNGramDistroGraph.intersectDistroGraph(DocumentNGramDistroGraph dgOtherGraph)
          Returns the intersection of two graphs as a new graph, containing only common nodes and their corresponding edges.
 DocumentNGramDistroGraph DocumentNGramDistroGraph.inverseIntersectDistroGraph(DocumentNGramDistroGraph dgOtherGraph)
          Returns the difference (inverse of the intersection) graph between the current graph and a given graph.
 DocumentNGramDistroGraph DocumentNGramDistroGraph.mergeDistroGraph(DocumentNGramDistroGraph dgOtherGraph)
          TODO: Correct Merges the data of [dgOtherGraph] document graph to the data of this graph, by adding all existing edges and summing the histogram values of the edge distros of both graphs.
 

Methods in gr.demokritos.iit.jinsect.documentModel.representations with parameters of type DocumentNGramDistroGraph
 DocumentNGramDistroGraph[] DocumentNGramDistroGraph.intersectAndDeltaDistroGraph(DocumentNGramDistroGraph dgOtherGraph)
          Returns both the intersection and the difference (inverse of the intersection) graph between the current graph and a given graph.
 DocumentNGramDistroGraph DocumentNGramDistroGraph.intersectDistroGraph(DocumentNGramDistroGraph dgOtherGraph)
          Returns the intersection of two graphs as a new graph, containing only common nodes and their corresponding edges.
 DocumentNGramDistroGraph DocumentNGramDistroGraph.inverseIntersectDistroGraph(DocumentNGramDistroGraph dgOtherGraph)
          Returns the difference (inverse of the intersection) graph between the current graph and a given graph.
 DocumentNGramDistroGraph DocumentNGramDistroGraph.mergeDistroGraph(DocumentNGramDistroGraph dgOtherGraph)
          TODO: Correct Merges the data of [dgOtherGraph] document graph to the data of this graph, by adding all existing edges and summing the histogram values of the edge distros of both graphs.