Package es.uam.eps.ir.relison.graph.generator.random
Graph generators for random models.
-
Class Summary Class Description BarabasiGenerator<U> Generator for graphs following the Barabasi-Albert Preferential Attachment model for graphs.ErdosGenerator<U> Generates a random graph following the Erdös-Renyi model.WattsStrogatzGenerator<U> Generator for random graphs using the Watts-Strogatz model.