Uses of Interface
anl.aida.client.net.EdgeCreator

Packages that use EdgeCreator
anl.aida.client.net   
 

Uses of EdgeCreator in anl.aida.client.net
 

Classes in anl.aida.client.net that implement EdgeCreator
 class OccurrenceEdgeCreator
          Creates an edge between two term nodes if the number of documents that occur in both nodes is greater than or equal to some threshold.
 class ScorerThresholdEdgeCreator
          Creates an edge between two term nodes based on the score of the documents in the two nodes.
 

Methods in anl.aida.client.net that return EdgeCreator
 EdgeCreator TFIDFEdgeCC.createEdgeCreator(CacheElement element, int docThreshold, float scoreThreshold)
          Creates an EdgeCreator from the specified parameters.
 EdgeCreator TFEdgeCC.createEdgeCreator(CacheElement element, int docThreshold, float scoreThreshold)
          Creates an EdgeCreator from the specified parameters.
 EdgeCreator SVEdgeCC.createEdgeCreator(CacheElement element, int docThreshold, float scoreThreshold)
          Creates an EdgeCreator from the specified parameters.
 EdgeCreator OccurenceEdgeCC.createEdgeCreator(CacheElement element, int docThreshold, float scoreThreshold)
          Creates an EdgeCreator from the specified parameters.
 EdgeCreator EdgeCreatorCreator.createEdgeCreator(CacheElement element, int docThreshold, float scoreThreshold)
          Creates an EdgeCreator from the specified parameters.
 

Methods in anl.aida.client.net with parameters of type EdgeCreator
 ConceptGraphBuilder ConceptGraphBuilder.buildEdges(EdgeCreator edgeCreator)
          Builds the edges using the specified edge creator.