| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjas.graph.statistics.VertexStatComputer
public class VertexStatComputer
| Field Summary | |
|---|---|
| static int | F_BETWEENNESSReturn the vertex betweenness. | 
| static int | F_ECCENTRICITYReturn the vertex eccentricity. | 
| static int | F_GLOBAL_CENTRALITYReturn the vertex global centrality. | 
| static int | F_GLOBAL_CENTRALITY_CORRECTEDReturn the vertex global centrality corrected, inspired by Bonacich '72 and corrected with the degree value. | 
| static int | F_GLOBAL_CENTRALITY_WEIGHTED_CORRECTEDReturn the vertex global centrality weighted & corrected, inspired by Bonacich '72 and corrected with the degree value. | 
| static int | F_GLOBAL_INCENTRALITYReturn the vertex global incentrality. | 
| static int | F_GLOBAL_INCENTRALITY_CORRECTEDReturn the vertex global centrality corrected, inspired by Bonacich '72 and corrected with the indegree value. | 
| static int | F_GLOBAL_INCENTRALITY_WEIGHTED_CORRECTEDReturn the vertex global centrality weighted & corrected, inspired by Bonacich '72 and corrected with the indegree value. | 
| static int | F_GLOBAL_OUTCENTRALITYReturn the vertex global outcentrality. | 
| static int | F_GLOBAL_OUTCENTRALITY_CORRECTEDReturn the vertex global centrality corrected, inspired by Bonacich '72 and corrected with the outdegree value. | 
| static int | F_GLOBAL_OUTCENTRALITY_WEIGHTED_CORRECTEDReturn the vertex global centrality weighted & corrected, inspired by Bonacich '72 and corrected with the outdegree value. | 
| static int | F_GLOBAL_WEIGHTED_CENTRALITYReturn the vertex global weighted centrality. | 
| static int | F_GLOBAL_WEIGHTED_INCENTRALITYReturn the vertex global weighted incentrality. | 
| static int | F_GLOBAL_WEIGHTED_OUTCENTRALITYReturn the vertex global weighted outcentrality. | 
| static int | F_INECCENTRICITYReturn the vertex eccentricity. | 
| static int | F_LOCAL_CENTRALITY_DEGREE_ABSReturn the vertex absolute local centrality (the degree). | 
| static int | F_LOCAL_CENTRALITY_DEGREE_ABS_2Return the vertex absolute local centrality (the degree with 2 edges path). | 
| static int | F_LOCAL_CENTRALITY_DEGREE_RELReturn the vertex relative local centrality (the degree). | 
| static int | F_LOCAL_CENTRALITY_INDEGREE_ABSReturn the vertex absolute local centrality (the indegree). | 
| static int | F_LOCAL_CENTRALITY_INDEGREE_ABS_2Return the vertex absolute local centrality (the indegree with 2 edges path). | 
| static int | F_LOCAL_CENTRALITY_INDEGREE_RELReturn the vertex relative local centrality (the indegree). | 
| static int | F_LOCAL_CENTRALITY_OUTDEGREE_ABSReturn the vertex absolute local centrality (the outdegree). | 
| static int | F_LOCAL_CENTRALITY_OUTDEGREE_ABS_2Return the vertex absolute local centrality (the outdegree with 2 edges path). | 
| static int | F_LOCAL_CENTRALITY_OUTDEGREE_RELReturn the vertex relative local centrality (the outdegree). | 
| static int | F_LOCAL_CENTRALITY_WEIGHTED_DEGREEReturn the vertex weighted local centrality (the weighted degree). | 
| static int | F_LOCAL_CENTRALITY_WEIGHTED_INDEGREEReturn the vertex weighted local centrality (the weighted indegree). | 
| static int | F_LOCAL_CENTRALITY_WEIGHTED_OUTDEGREEReturn the vertex weighted local centrality (the weighted outdegree). | 
| static int | F_OUTECCENTRICITYReturn the vertex eccentricity. | 
| static java.lang.String[] | labels | 
| Fields inherited from interface jas.statistics.IDoubleSource | 
|---|
| DEFAULT | 
| Fields inherited from interface jas.statistics.IIntSource | 
|---|
| DEFAULT | 
| Constructor Summary | |
|---|---|
| VertexStatComputer(IRelationalAgent vertex) | |
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int F_BETWEENNESS
public static final int F_ECCENTRICITY
public static final int F_GLOBAL_CENTRALITY
public static final int F_GLOBAL_CENTRALITY_CORRECTED
public static final int F_GLOBAL_CENTRALITY_WEIGHTED_CORRECTED
public static final int F_GLOBAL_INCENTRALITY
public static final int F_GLOBAL_INCENTRALITY_CORRECTED
public static final int F_GLOBAL_INCENTRALITY_WEIGHTED_CORRECTED
public static final int F_GLOBAL_OUTCENTRALITY
public static final int F_GLOBAL_OUTCENTRALITY_CORRECTED
public static final int F_GLOBAL_OUTCENTRALITY_WEIGHTED_CORRECTED
public static final int F_GLOBAL_WEIGHTED_CENTRALITY
public static final int F_GLOBAL_WEIGHTED_INCENTRALITY
public static final int F_GLOBAL_WEIGHTED_OUTCENTRALITY
public static final int F_INECCENTRICITY
public static final int F_LOCAL_CENTRALITY_DEGREE_ABS
public static final int F_LOCAL_CENTRALITY_DEGREE_ABS_2
public static final int F_LOCAL_CENTRALITY_DEGREE_REL
public static final int F_LOCAL_CENTRALITY_INDEGREE_ABS
public static final int F_LOCAL_CENTRALITY_INDEGREE_ABS_2
public static final int F_LOCAL_CENTRALITY_INDEGREE_REL
public static final int F_LOCAL_CENTRALITY_OUTDEGREE_ABS
public static final int F_LOCAL_CENTRALITY_OUTDEGREE_ABS_2
public static final int F_LOCAL_CENTRALITY_OUTDEGREE_REL
public static final int F_LOCAL_CENTRALITY_WEIGHTED_DEGREE
public static final int F_LOCAL_CENTRALITY_WEIGHTED_INDEGREE
public static final int F_LOCAL_CENTRALITY_WEIGHTED_OUTDEGREE
public static final int F_OUTECCENTRICITY
public static final java.lang.String[] labels
| Constructor Detail | 
|---|
public VertexStatComputer(IRelationalAgent vertex)
vertex - | Method Detail | 
|---|
public double fBetweenness()
public int fEccentricity()
public double fGlobalCentrality()
public double fGlobalCentralityCorrected()
public double fGlobalCentralityWeightedCorrected()
public double fGlobalInCentrality()
public double fGlobalInCentralityCorrected()
public double fGlobalInCentralityWeightedCorrected()
public double fGlobalOutCentrality()
public double fGlobalOutCentralityCorrected()
public double fGlobalOutCentralityWeightedCorrected()
public double fGlobalWeightedCentrality()
public double fGlobalWeightedInCentrality()
public double fGlobalWeightedOutCentrality()
public int fInEccentricity()
public double fLocalCentralityDegreeAbs()
public double fLocalCentralityDegreeAbs2()
public double fLocalCentralityDegreeRel()
public int fLocalCentralityInDegreeAbs()
public int fLocalCentralityInDegreeAbs2()
public double fLocalCentralityInDegreeRel()
public int fLocalCentralityOutDegreeAbs()
public int fLocalCentralityOutDegreeAbs2()
public double fLocalCentralityOutDegreeRel()
public double fLocalCentralityWeightedDegree()
public double fLocalCentralityWeightedInDegree()
public double fLocalCentralityWeightedOutDegree()
public int fOutEccentricity()
public double getDoubleValue(int valueID)
IDoubleSource
getDoubleValue in interface IDoubleSourcevalueID - A unique identifier for a variable.
public int getIntValue(int variableID)
IIntSource
getIntValue in interface IIntSourcevariableID - A unique identifier for a variable.
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||