pylibcugraph.GraphProperties#
- class pylibcugraph.GraphProperties[source]#
Class wrapper around C cugraph_graph_properties_t struct
- Attributes:
is_multigraphExecute is multigraph using the pylibcugraph backend.
is_symmetricExecute is symmetric using the pylibcugraph backend.
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)Attributes
is_multigraphExecute is multigraph using the pylibcugraph backend.
is_symmetricExecute is symmetric using the pylibcugraph backend.