generate_clust_algs_list: Generate a clustering algorithms list

View source: R/deprecated.R

generate_clust_algs_listR Documentation

Generate a clustering algorithms list

Description

[Deprecated] Deprecated function for building a clustering algorithms list. Please use clust_fns_list() (or better yet, snf_config()) instead.

Usage

generate_clust_algs_list(..., disable_base = FALSE)

Arguments

...

An arbitrary number of named clustering functions

disable_base

If TRUE, do not prepend the base clustering algorithms (spectral_eigen and spectral_rot, which apply spectral clustering and use the eigen-gap and rotation cost heuristics respectively for determining the number of clusters in the graph.

Value

A list of clustering algorithm functions that can be passed into the batch_snf and generate_settings_list functions.


metasnf documentation built on April 3, 2025, 5:40 p.m.