=============== Link Prediction =============== .. currentmodule:: cugraph Cosine ------ single-GPU ^^^^^^^^^^ .. autosummary:: :toctree: ../api/cugraph/ cugraph.cosine cugraph.link_prediction.cosine multi-GPU ^^^^^^^^^ .. autosummary:: :toctree: ../api/cugraph/ cugraph.dask.link_prediction.cosine.cosine Jaccard Coefficient ------------------- single-GPU ^^^^^^^^^^ .. autosummary:: :toctree: ../api/cugraph/ cugraph.jaccard cugraph.jaccard_coefficient multi-GPU ^^^^^^^^^ .. autosummary:: :toctree: ../api/cugraph/ cugraph.dask.link_prediction.jaccard.jaccard Overlap Coefficient ------------------- single-GPU ^^^^^^^^^^ .. autosummary:: :toctree: ../api/cugraph/ cugraph.overlap cugraph.overlap_coefficient multi-GPU ^^^^^^^^^ .. autosummary:: :toctree: ../api/cugraph/ cugraph.dask.link_prediction.overlap.overlap Sorensen Coefficient -------------------- single-GPU ^^^^^^^^^^ .. autosummary:: :toctree: ../api/cugraph/ cugraph.sorensen cugraph.sorensen_coefficient multi-GPU ^^^^^^^^^ .. autosummary:: :toctree: ../api/cugraph/ cugraph.dask.link_prediction.sorensen.sorensen