casc: Covariate Assisted Spectral Clustering

Description Usage Arguments Value

Description

Covariate Assisted Spectral Clustering

Usage

1
2
3
casc(adjMat, covMat, nBlocks, nPoints = 100, method = "regLaplacian",
  rowNorm = F, center = F, verbose = F, assortative = F,
  randStarts = 20)

Arguments

adjMat

An adjacency matrix

covMat

A covariate matrix

nBlocks

The number of clusters

nPoints

Number of iterations to find the optimal tuning parameter.

method

The form of the adjacency matrix to be used.

rowNorm

True if row normalization should be done before running kmeans.

center

A boolean indicating if the covariate matrix columns should be centered.

verbose

A boolean indicating if casc output should include eigendecomposition.

assortative

A boolean indicating if the assortative version of casc should be used.

randStarts

Number of random restarts for kmeans.

Value

A list with node cluster assignments, the the value of the tuning parameter used, the within cluster sum of squares, and the eigengap.


norbertbin/SpecClustPack documentation built on May 23, 2019, 9:32 p.m.