View source: R/extendr-wrappers.R
| rust_spenc | R Documentation |
Spatially-encouraged spectral clustering.
rust_spenc(attrs, n_regions, adj_i, adj_j, gamma, seed)
attrs |
Attribute matrix (n x p) |
n_regions |
Number of regions to create |
adj_i |
Row indices of adjacency (0-based) |
adj_j |
Column indices of adjacency (0-based) |
gamma |
RBF kernel parameter |
seed |
Random seed |
List with labels, n_regions, objective
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.