Deprecated function for building a clustering algorithms list. Please use
clust_fns_list()
(or better yet, snf_config()
) instead.
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.