spectral_sg {spatgraphs}R Documentation

spectral clustering

Description

spectral clustering

Usage

spectral_sg(g, m = 2, K = 3)

Arguments

g

sg object. Should be weighted (with weight_sg-function)

m

levels to consider

K

number of assumed clusters


[Package spatgraphs version 3.4 Index]