casc_alpha: Covariate-assisted spectural clustering using fixed weight...

Description Usage Arguments Value Examples

Description

casc_alpha returns the covariate-assisted pectrual clustering assignments with fixed alpha weight.

Usage

1
casc_alpha(A, X, L.tau, K, alpha, method, randStarts)

Arguments

A

an adjacent matrix of the nodes, n-by-n

X

covariate matrix, n-by-p

alpha

the weight of the XX' matrix to be added to regularized Laplacian. Default value 100

method

xlustering method. See details

Value

The clustering assignments along with the within-cluster sum of squares.

Examples

1
2
3
4
## Not run: 
sum("a")

## End(Not run)

Pill-GZ/CASC documentation built on May 8, 2019, 2:48 p.m.