|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.graphstream.algorithm.measure.AbstractCentrality
org.graphstream.algorithm.measure.EigenvectorCentrality
public class EigenvectorCentrality
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.graphstream.algorithm.measure.AbstractCentrality |
---|
AbstractCentrality.NormalizationMode |
Field Summary | |
---|---|
static String |
DEFAULT_ATTRIBUTE_KEY
|
static int |
DEFAULT_MAX_ITER
|
Constructor Summary | |
---|---|
EigenvectorCentrality()
|
|
EigenvectorCentrality(String attribute,
AbstractCentrality.NormalizationMode normalize)
|
|
EigenvectorCentrality(String attribute,
AbstractCentrality.NormalizationMode normalize,
int maxIter,
String weightAttribute)
|
Method Summary |
---|
Methods inherited from class org.graphstream.algorithm.measure.AbstractCentrality |
---|
compute, copyValuesTo, copyValuesTo, getCentralityAttribute, getNormalizationMode, init, setCentralityAttribute, setNormalizationMode |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_ATTRIBUTE_KEY
public static final int DEFAULT_MAX_ITER
Constructor Detail |
---|
public EigenvectorCentrality()
public EigenvectorCentrality(String attribute, AbstractCentrality.NormalizationMode normalize)
public EigenvectorCentrality(String attribute, AbstractCentrality.NormalizationMode normalize, int maxIter, String weightAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |