Uses of Class
com.jgalgo.gen.BarabasiAlbertGraphGenerator
Package
Description
Graph generators used to generate (possibly random) graphs with different distributions and structures.
-
Uses of BarabasiAlbertGraphGenerator in com.jgalgo.gen
Modifier and TypeMethodDescriptionBarabasiAlbertGraphGenerator.directed
(boolean directed) Determine if the generated graph(s) is directed or undirected.Set the edge builder that will be used to generate edges.BarabasiAlbertGraphGenerator.edgesPerStep
(int edgesPerStep) Set the number of edges added each step when generated graph(s).BarabasiAlbertGraphGenerator.initialCliqueSize
(int initCliqueSize) Set the initial clique size of the generated graph(s).BarabasiAlbertGraphGenerator.seed
(long seed) Set the seed of the random number generator used to generate the graph(s).BarabasiAlbertGraphGenerator.vertices
(int verticesNum) Set the number of vertices that will be generated for each graph.Set the number of vertices that will be generated for each graph, and the vertex builder that will be used to generate them.BarabasiAlbertGraphGenerator.vertices
(Collection<? extends V> vertices) Set the vertices set of the generated graph(s).