-
-
Notifications
You must be signed in to change notification settings - Fork 206
Description
What is the feature or improvement you would like to see?
Expose igraph_degree_correlation_vector().
This function computes the knn(), even for a subset of vertices.
In comparison to knn(), igraph_degree_correlation_vector() gives more fine grained control over how in/out degrees are used, but it does not allow restricting the computation to a subset of vertices. This is fine, as such a restriction would rarely be needed and would require a special interpretation.
I recommend exposing this as a new function called knnk().
Use cases for the feature
The
References