Uses of Interface
org.graphstream.algorithm.DynamicAlgorithm
-
Uses of DynamicAlgorithm in org.graphstream.algorithm
Classes in org.graphstream.algorithm that implement DynamicAlgorithm Modifier and Type Class Description classConnectedComponentsCompute and update the number of connected components of a dynamic graph.classDStarAn implementation of the D* algorithm.classPageRankThe PageRank is an algorithm that measures the "importance" of the nodes in a graph. -
Uses of DynamicAlgorithm in org.graphstream.algorithm.community
Classes in org.graphstream.algorithm.community that implement DynamicAlgorithm Modifier and Type Class Description classDecentralizedCommunityAlgorithmBase class for all distributed community detection algorithm.classEpidemicCommunityAlgorithmThis class implements the "Epidemic Community Detection Algorithm" as presented by Raghavan et al.classLeungThis class implements an improved community detection algorithm based on the epidemic label propagation paradigm the was presented by Leung et al.classSyncEpidemicCommunityAlgorithmThis class implements the synchronous version of the "Epidemic Community Detection Algorithm" as presented by Raghavan et al. -
Uses of DynamicAlgorithm in org.graphstream.algorithm.measure
Classes in org.graphstream.algorithm.measure that implement DynamicAlgorithm Modifier and Type Class Description classChartConnectivityMeasurestatic classChartConnectivityMeasure.ChartEdgeConnectivityMeasurestatic classChartConnectivityMeasure.ChartVertexConnectivityMeasureclassCommunityDistributionProvides some statistical information on the size of current community assignment on the specified graph as it evolves.classCommunityMeasureComputes and updates an absolute measure based on the current community assignment on a given graph as it evolves.classCommunityRelativeMeasureComputes and updates a relative measure based on the comparison between the current community assignment and a reference assignment on a given graph.static classConnectivityMeasure.EdgeConnectivityMeasurestatic classConnectivityMeasure.VertexConnectivityMeasureclassDegreeMeasureclassElementCountMeasurestatic classElementCountMeasure.EdgeCountMeasureMeasure the count of edges in a graph.static classElementCountMeasure.NodeCountMeasureMeasure the count of nodes in a graph.classModularityComputes and updates the modularity of a given graph as it evolves.classNormalizedMutualInformationComputes and updated the current Normalized Mutual Information (NMI) measure between a dynamically-performed community assignment on a graph as it evolves and a fixed assignment, known as reference.classVariationOfInformation -
Uses of DynamicAlgorithm in org.graphstream.algorithm.networksimplex
Classes in org.graphstream.algorithm.networksimplex that implement DynamicAlgorithm Modifier and Type Class Description classDynamicOneToAllShortestPathclassNetworkSimplexMinimum cost flow problem -
Uses of DynamicAlgorithm in org.graphstream.algorithm.randomWalk
Classes in org.graphstream.algorithm.randomWalk that implement DynamicAlgorithm Modifier and Type Class Description classRandomWalkA random walk on a graph.