CSBiology / FSharp.FGL

Functional graph library for F#
https://csbiology.github.io/FSharp.FGL/
MIT License
61 stars 11 forks source link

[Feature Request] ArrayAdjacencyGraph Namespace names #46

Closed HLWeil closed 2 years ago

HLWeil commented 2 years ago

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 be FSharp.FGL.ArrayAdjacencyGraph.Algorithms ArrayAdjacencyGraph.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