CreateKNN: Create knn-graph

View source: R/resampling.R

CreateKNNR Documentation

Create knn-graph

Description

This function is used to running Louvain clustering

Usage

CreateKNN(dat, k, is_weight = FALSE, python_path = "/usr/bin/python3")

Arguments

dat

row is cell, col is feature

k

the number of nearest neighbors

is_weight

whether to use distance weights when constructing the KNN graph

python_path

python path to be used


renjun0324/KKLClustering documentation built on Oct. 8, 2024, 7:39 p.m.