Is your feature request related to a problem? Please describe.
Finding ArrayAdjacencyGraph functions can be quite difficult because of the namespace naming.
Describe the solution you'd likeArrayAdjacencyGraph.Algorithms.Louvain should be FSharp.FGL.ArrayAdjacencyGraph.AlgorithmsArrayAdjacencyGraph.Models.BarabasiAlbert should be FSharp.FGL.ArrayAdjacencyGraph.Models
The louvain functions here the same should have the graph as the last parameter, to allow for pipe style programming
Is your feature request related to a problem? Please describe.
Finding ArrayAdjacencyGraph functions can be quite difficult because of the namespace naming.
Describe the solution you'd like
ArrayAdjacencyGraph.Algorithms.Louvain
should beFSharp.FGL.ArrayAdjacencyGraph.Algorithms
ArrayAdjacencyGraph.Models.BarabasiAlbert
should beFSharp.FGL.ArrayAdjacencyGraph.Models
The
louvain
functions here the same should have the graph as the last parameter, to allow for pipe style programming