public class nvgraphSpectralClusteringType extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NVGRAPH_BALANCED_CUT_LANCZOS
minimize balanced cut with Lanczos solver
|
static int |
NVGRAPH_BALANCED_CUT_LOBPCG
minimize balanced cut with LOPCG solver
|
static int |
NVGRAPH_MODULARITY_MAXIMIZATION
maximize modularity with Lanczos solver
|
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int NVGRAPH_MODULARITY_MAXIMIZATION
public static final int NVGRAPH_BALANCED_CUT_LANCZOS
public static final int NVGRAPH_BALANCED_CUT_LOBPCG
public static String stringFor(int n)
Copyright © 2019. All rights reserved.