Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.uci.ics.jung.algorithms.generators Classes and Interfaces - 8 results found.
NameDescriptionTypePackageFramework
BarabasiAlbertGeneratorSimple evolving scale-free random graph generator.Classedu.uci.ics.jung.algorithms.generators.randomSourceForge Jung
EppsteinPowerLawGeneratorGraph generator that generates undirected graphs with power-law degree distributions.Classedu.uci.ics.jung.algorithms.generators.randomSourceForge Jung
ErdosRenyiGeneratorGenerates a random graph using the Erdos-Renyi binomial model (each pair of vertices is connected with probability p).Classedu.uci.ics.jung.algorithms.generators.randomSourceForge Jung
EvolvingGraphGeneratorAn interface for algorithms that generate graphs that evolve iteratively.Interfaceedu.uci.ics.jung.algorithms.generatorsSourceForge Jung
GraphGeneratorAn interface for algorithms that generate graphs.Interfaceedu.uci.ics.jung.algorithms.generatorsSourceForge Jung
KleinbergSmallWorldGeneratorGraph generator that produces a random graph with small world properties.Classedu.uci.ics.jung.algorithms.generators.randomSourceForge Jung
Lattice2DGeneratorSimple generator of an m x n lattice where each vertex is incident with each of its neighbors (to the left, right, up, and down).Classedu.uci.ics.jung.algorithms.generatorsSourceForge Jung
MixedRandomGraphGeneratorGenerates a mixed-mode random graph based on the output of BarabasiAlbertGenerator.Classedu.uci.ics.jung.algorithms.generators.randomSourceForge Jung