rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.77k stars 304 forks source link

[FEA]: Discuss the meaning of symmetrization with respect to the edge properties #4675

Open jnke2016 opened 2 months ago

jnke2016 commented 2 months ago

Is this a new feature, an improvement, or a change to existing functionality?

Improvement

How would you describe the priority of this feature request

Medium

Please provide a clear description of problem this feature solves

The symmetrization of the edgelist is now supported in the CAPI. This align with our goal to have the CAPI being responsible of all operation performed on the graph's edgelist. However, our current API doesn't support the symmetrization of edgelist with edge and type ids.

Describe your ideal solution

Discuss the meaning of symmetrization with respect to the edge properties and update the API accordingly

Describe any alternatives you have considered

No response

Additional context

No response

Code of Conduct