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

Packages that use DocumentNGramGraph
gr.demokritos.iit.jinsect.console   
gr.demokritos.iit.jinsect.documentModel   
gr.demokritos.iit.jinsect.documentModel.documentTypes   
gr.demokritos.iit.jinsect.documentModel.representations   
gr.demokritos.iit.jinsect.indexing   
gr.demokritos.iit.summarization.selection   
 

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

Fields in gr.demokritos.iit.jinsect.console declared as DocumentNGramGraph
protected  DocumentNGramGraph SpamFilterServer.dgHam
           
protected  DocumentNGramGraph SpamFilterServer.dgSpam
           
 

Fields in gr.demokritos.iit.jinsect.console with type parameters of type DocumentNGramGraph
protected  INSECTFileDB<DocumentNGramGraph> SpamFilterServer.repos
           
 

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

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

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

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 NGramDocument.getDocumentGraph()
           
 DocumentNGramGraph NGramGaussNormSymWinDocument.getDocumentGraph()
           
 DocumentNGramGraph NGramSymWinDocument.getDocumentGraph()
           
 DocumentNGramGraph SimpleTextDocument.getDocumentGraph()
           
 

Methods in gr.demokritos.iit.jinsect.documentModel.documentTypes with parameters of type DocumentNGramGraph
 void NGramDocument.setDocumentGraph(DocumentNGramGraph idgNew)
           
 void NGramGaussNormSymWinDocument.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 UniqueVertexGraph 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.allNotIn(DocumentNGramGraph dgOtherGraph)
          Returns all edges not existent in another graph.
 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
 DocumentNGramGraph DocumentNGramGraph.allNotIn(DocumentNGramGraph dgOtherGraph)
          Returns all edges not existent in another graph.
 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.merge(DocumentNGramGraph dgOtherObject, double fWeightPercent)
          See the mergeGraph member for details.
 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.
 

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

Subclasses of DocumentNGramGraph in gr.demokritos.iit.jinsect.indexing
 class NamedDocumentNGramGraph
          A named graph.
 

Fields in gr.demokritos.iit.jinsect.indexing with type parameters of type DocumentNGramGraph
protected  java.util.Set<DocumentNGramGraph> SimilarityBasedIndex.NamedObjects
           
protected  INSECTDB<DocumentNGramGraph> SimilarityBasedIndex.Storage
          An INSECTDB type storage, to hold the representations of the documents.
 

Methods in gr.demokritos.iit.jinsect.indexing that return DocumentNGramGraph
 DocumentNGramGraph NamedDocumentNGramGraph.allNotIn(DocumentNGramGraph dgOtherGraph)
           
protected  DocumentNGramGraph SimilarityBasedIndex.getRepresentationFromCluster(java.lang.String sClusterLabel)
          Calculates the representing object of a cluster.
 

Methods in gr.demokritos.iit.jinsect.indexing with parameters of type DocumentNGramGraph
 DocumentNGramGraph NamedDocumentNGramGraph.allNotIn(DocumentNGramGraph dgOtherGraph)
           
 java.util.Set<java.lang.String> SimilarityBasedIndex.locateSimilarDocuments(DocumentNGramGraph dngCur)
          Returns the set of documents of the cluster that is most appropriate, given a document graph.
 

Constructor parameters in gr.demokritos.iit.jinsect.indexing with type arguments of type DocumentNGramGraph
SimilarityBasedIndex(java.util.Set<NamedDocumentNGramGraph> sNamedObjects, SimilarityComparatorListener sclComparator, INSECTDB<DocumentNGramGraph> dbStorage)
          Creates a new instance of SimilarityBasedIndex, given a set of Graphs, and a similarity calculator.
 

Uses of DocumentNGramGraph in gr.demokritos.iit.summarization.selection
 

Fields in gr.demokritos.iit.summarization.selection with type parameters of type DocumentNGramGraph
 IObjectFilter<DocumentNGramGraph> NoveltyBasedSelector.SentenceRepresentationFilter
          Representation filter.