Package anl.aida.client.net

Interface Summary
CGEdge Interface for classes that implement an edge.
EdgeCreator Interface for classes that implement edge creation.
EdgeCreatorCreator Interface for classes that create EdgeCreators.
TSFilterCreator Interface for classes that create TermScoreFilters.
 

Class Summary
ConceptGraph<T> Date: Feb 25, 2009 3:19:12 PM
ConceptGraphBuilder Builder for a concept graph.
DefaultCGEdge Default implementation of CGEdge.
NetTests Date: Feb 26, 2009 11:30:09 AM
NetworkOutputter Class for creating text output of data contained in graphs displayed.
OccurenceEdgeCC  
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.
OccurrenceFilterCreator Creates an OccurrenceFilter.
ScorerThresholdEdgeCreator Creates an edge between two term nodes based on the score of the documents in the two nodes.
SimilarityFilterCreator Creates a ScorerThresholdFilter that filters based on similarity being >= to some threshold.
SVEdgeCC  
TermNode A node in a concept graph.
TFEdgeCC  
TFFilterCreator Creates a ScorerThresholdFilter that filters based on term frequency being >= to some threshold.
TFIDFEdgeCC  
TFIDFFilterCreator Creates a ScorerThresholdFilter that filters based on tf/idf score being >= to some threshold.
TSConceptGraphs Produces ConceptGraphs representing different timeslices.
ValueGraphCreator Creates graphs from data frames and timesteps.
ValueNode Network node that contains some specific numeric value.