Uses of Class
com.jgalgo.gen.BarabasiAlbertGraphGenerator
-
Packages that use BarabasiAlbertGraphGenerator Package Description com.jgalgo.gen Graph generators used to generate (possibly random) graphs with different distributions and structures. -
-
Uses of BarabasiAlbertGraphGenerator in com.jgalgo.gen
Methods in com.jgalgo.gen that return BarabasiAlbertGraphGenerator Modifier and Type Method Description static <V,E>
BarabasiAlbertGraphGenerator<V,E>BarabasiAlbertGraphGenerator. newInstance()
Creates a new Barabási–Albert graph generator.static BarabasiAlbertGraphGenerator<Integer,Integer>
BarabasiAlbertGraphGenerator. newIntInstance()
Creates a new Barabási–Albert graph generator forIntGraph
.
-