the Community.transition method creates a weights object internally, but doesnt allow options to be passed (e.g. specifying the number of neighbors to a KNN weights). I think we should allow:
users to pass their own W if they want, and
provide a weights_kws argument (or similar) so users can provide additional parameters to internally-created Ws
the
Community.transition
method creates a weights object internally, but doesnt allow options to be passed (e.g. specifying the number of neighbors to a KNN weights). I think we should allow:W
if they want, andweights_kws
argument (or similar) so users can provide additional parameters to internally-createdW
s