repo_id
stringlengths
21
96
file_path
stringlengths
31
155
content
stringlengths
1
92.9M
__index_level_0__
int64
0
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/karate_asymmetric.yaml
name: karate-asymmetric file_type: .csv description: This is an undirected, asymmetric variant of the Karate dataset. The original dataset, which this is based on, was created by Wayne Zachary in 1977. author: Nvidia refs: W. W. Zachary, An information flow model for conflict and fission in small groups, Journa...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/soc-livejournal1.yaml
name: soc-LiveJournal1 file_type: .csv description: A graph of the LiveJournal social network. author: L. Backstrom, D. Huttenlocher, J. Kleinberg, X. Lan refs: L. Backstrom, D. Huttenlocher, J. Kleinberg, X. Lan. Group Formation in Large Social Networks Membership, Growth, and Evolution. KDD, 2006. delim:...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/karate.yaml
name: karate file_type: .csv description: The graph "karate" contains the network of friendships between the 34 members of a karate club at a US university, as described by Wayne Zachary in 1977. author: Zachary W. refs: W. W. Zachary, An information flow model for conflict and fission in small groups, Journal ...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/toy_graph.yaml
name: toy_graph file_type: .csv description: The `toy_graph` dataset was created by Nvidia for testing and demonstration purposes, and consists of a small (6 nodes) directed graph. author: null refs: null delim: " " header: None col_names: - src - dst - wgt col_types: - int32 - int32 - float32 has_loop:...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/netscience.yaml
name: netscience file_type: .csv description: The graph netscience contains a coauthorship network of scientists working on network theory and experiment, as compiled by M. Newman in May 2006. author: Newman, Mark E.J. refs: Finding community structure in networks using the eigenvectors of matrices. delim: " " head...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/europe_osm.yaml
name: europe_osm file_type: .csv description: A graph of OpenStreetMap data for Europe. author: M. Kobitzsh / Geofabrik GmbH refs: Rossi, Ryan. Ahmed, Nesreen. The Network Data Respoistory with Interactive Graph Analytics and Visualization. delim: " " header: None col_names: - src - dst col_types: - int32 - i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/toy_graph_undirected.yaml
name: toy_graph_undirected file_type: .csv description: The `toy_graph_undirected` dataset was created by Nvidia for testing and demonstration purposes, and consists of a small (6 nodes) undirected graph. author: Nvidia refs: null delim: " " header: None col_names: - src - dst - wgt col_types: - int32 - i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/dining_prefs.yaml
name: dining_prefs file_type: .csv description: Classic social networking dataset describes dining preferences for a dormitory in New York state. author: J.L. Moreno refs: J. L. Moreno (1960). The Sociometry Reader. The Free Press, Glencoe, Illinois, pg.35 delim: " " header: None col_names: - src - dst - wgt c...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/email_Eu_core.yaml
name: email-Eu-core file_type: .csv description: The network was generated using anonymized email data from a large European research institution. There is an edge (u, v) in the network if person u sent person v at least one email. The e-mails only represent communication between institution members (the core),...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/soc-twitter-2010.yaml
name: soc-twitter-2010 file_type: .csv description: A network of follower relationships from a snapshot of Twitter in 2010, where an edge from i to j indicates that j is a follower of i. author: H. Kwak, C. Lee, H. Park, S. Moon refs: J. Yang, J. Leskovec. Temporal Variation in Online Media. ACM Intl. Conf....
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/karate_disjoint.yaml
name: karate-disjoint file_type: .csv description: This is disjoint variant of the Karate dataset. The original dataset, which this is based on, was created by Wayne Zachary in 1977. author: Nvidia refs: W. W. Zachary, An information flow model for conflict and fission in small groups, Journal of Anthropologica...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets
rapidsai_public_repos/cugraph/python/cugraph/cugraph/datasets/metadata/cit-patents.yaml
name: cit-Patents file_type: .csv description: A citation graph that includes all citations made by patents granted between 1975 and 1999, totaling 16,522,438 citations. author: NBER refs: J. Leskovec, J. Kleinberg and C. Faloutsos. Graphs over Time Densification Laws, Shrinking Diameters and Possible Explanations. ...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/components/CMakeLists.txt
# ============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apache.o...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/components/connectivity_wrapper.pyx
# Copyright (c) 2019-2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/components/connectivity.pxd
# Copyright (c) 2019-2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/components/connectivity.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/components/__init__.py
# Copyright (c) 2019-2021, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/testing/mg_utils.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/testing/resultset.py
# Copyright (c) 2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/testing/generate_resultsets.py
# Copyright (c) 2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/testing/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/testing/utils.py
# Copyright (c) 2020-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/__init__.py
# Copyright (c) 2020-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/components/CMakeLists.txt
# ============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apache.o...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/components/connectivity.py
# Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/components/__init__.py
# Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/community/triangle_count.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/community/induced_subgraph.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/community/louvain.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/community/__init__.py
# Copyright (c) 2020-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/community/leiden.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/community/egonet.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/comms/comms_wrapper.pyx
# Copyright (c) 2020-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/comms/CMakeLists.txt
# ============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apache.o...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/comms/comms.py
# Copyright (c) 2018-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/comms/comms.pxd
# Copyright (c) 2020-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/comms/__init__.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/sampling/random_walks.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/sampling/uniform_neighbor_sample.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/sampling/__init__.py
# Copyright (c) 2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/cores/core_number.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/cores/k_core.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/cores/__init__.py
# Copyright (c) 2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/centrality/eigenvector_centrality.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/centrality/betweenness_centrality.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/centrality/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/centrality/katz_centrality.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/traversal/bfs.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/traversal/__init__.py
# Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/traversal/sssp.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/link_prediction/overlap.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/link_prediction/jaccard.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/link_prediction/__init__.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/link_prediction/sorensen.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/link_analysis/hits.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/link_analysis/__init__.py
# Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/link_analysis/pagerank.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/common/mg_utils.py
# Copyright (c) 2020-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/common/input_utils.py
# Copyright (c) 2020-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/common/part_utils.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/common/read_utils.py
# Copyright (c) 2019-2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/common/__init__.py
# Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/structure/replication.pyx
# Copyright (c) 2020-2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/structure/CMakeLists.txt
# ============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apache.o...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/structure/mg_property_graph.py
# Copyright (c) 2021-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask
rapidsai_public_repos/cugraph/python/cugraph/cugraph/dask/structure/__init__.py
# Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/community/triangle_count.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/community/induced_subgraph.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/community/ecg.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/community/subgraph_extraction.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/community/spectral_clustering.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/community/louvain.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/community/ktruss_subgraph.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/community/__init__.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/community/leiden.py
# Copyright (c) 2019-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/community/egonet.py
# Copyright (c) 2021-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/internals/CMakeLists.txt
# ============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apache.o...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/internals/internals.pyx
# Copyright (c) 2020-2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/internals/__init__.py
# Copyright (c) 2020-2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/internals/callbacks_implems.hpp
/* * Copyright (c) 2020-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/__init__.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/gnn/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/components/scc.py
# Copyright (c) 2019-2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/components/__init__.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/dask/__init__.py
# Copyright (c) 2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat/__init__.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat/nx/Graph.py
# Copyright (c) 2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat/nx/DiGraph.py
# Copyright (c) 2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat/nx/__init__.py
# Copyright (c) 2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat/nx
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat/nx/algorithms/__init__.py
# Copyright (c) 2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat/nx/algorithms
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat/nx/algorithms/link_analysis/__init__.py
# Copyright (c) 2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat/nx/algorithms
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/compat/nx/algorithms/link_analysis/pagerank_alg.py
# Copyright (c) 2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/structure/bicliques.py
# Copyright (c) 2019-2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental
rapidsai_public_repos/cugraph/python/cugraph/cugraph/experimental/structure/__init__.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/sampling/CMakeLists.txt
# ============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apache.o...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/sampling/random_walks.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/sampling/sampling_utilities.py
# Copyright (c) 2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/sampling/uniform_neighbor_sample.py
# Copyright (c) 2022-2023, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0
rapidsai_public_repos/cugraph/python/cugraph/cugraph
rapidsai_public_repos/cugraph/python/cugraph/cugraph/sampling/__init__.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
0