in denseclus/DenseClus.py [0:0]
def __init__(
self,
random_state: int = None,
n_neighbors: int = 30,
min_samples: int = 15,
min_cluster_size: int = 100,
n_components: int = None,
cluster_selection_method: str = "eom",
umap_combine_method: str = "intersection",
verbose: bool = False,