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

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

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

Methods in gr.demokritos.iit.jinsect.documentModel.representations with parameters of type DocumentGraph
 void DocumentGraph.mergeNGramGraph(DocumentGraph 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 tendenct modifier.