View source: R/new_clustering.R
new_clustering | R Documentation |
This function is used to run Louvain clustering with optimal KNN graph structure
new_clustering(
sampling_result = NULL,
outlier_kmeans = NULL,
assess_index = "Calinski_Harabasz",
cluster_method = "louvain",
res_range = seq(0.2, 3, 0.2),
is_weight = TRUE,
python_path = "/usr/bin/python3",
seed = 723
)
sampling_result |
sampling result from pre_partitioning function |
outlier_kmeans |
outlier detection result from OutlierKmeans function |
assess_index |
evaluation index used to select the optimal KNN graph structure |
cluster_method |
louvain or leiden |
res_range |
resolution range in clustering |
python_path |
python path to be used |
seed |
random seed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.