Modifier and Type | Method and Description |
---|---|
static int |
JNvgraph.nvgraphSpectralClustering(nvgraphHandle handle,
nvgraphGraphDescr graph_descr,
long weight_index,
SpectralClusteringParameter params,
Pointer clustering,
Pointer eig_vals,
Pointer eig_vects)
nvGRAPH spectral clustering
given a graph and solver parameters of struct SpectralClusteringParameter,
assign vertices to groups such as
intra-group connections are strong and/or inter-groups connections are weak
using spectral technique.
|
Copyright © 2019. All rights reserved.