|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjas.graph.statistics.NetworkStatComputer
public class NetworkStatComputer
Field Summary | |
---|---|
static int |
F_AV_BETWEENNESS
Return the betweenness mean. |
static int |
F_AV_DEGREE
Return the average degree. |
static int |
F_AV_ECCENTRICITY
Return the eccentricity mean. |
static int |
F_AV_WEIGHTED_DEGREE
Return the average weighted degree. |
static int |
F_BETWEENNESS_CENTRALIZATION
Return the centralization based on betweenness. |
static int |
F_BETWEENNESS_VARIANCE
Return the betweenness variance. |
static int |
F_CLOSENESS_CENTRALIZATION
Return the centralization based on closeness, i.e. global centrality. |
static int |
F_DEGREE_CENTRALIZATION
Return the centralization based on degree. |
static int |
F_DEGREE_VARIANCE
Return the degree variance. |
static int |
F_DENSITY
Return the density. |
static int |
F_DIAMETER
Return the diameter. |
static int |
F_ECCENTRICITY_VARIANCE
Return the eccentricity variance. |
static int |
F_INCLUSIVENESS
Return the graph inclusiveness. |
static int |
F_INDEGREE_CENTRALIZATION
Return the centralization based on indegree. |
static int |
F_NO_CONNECTED_VERTICES
Return the number of connected vertices. |
static int |
F_NO_EDGES
Return the number of edges. |
static int |
F_NO_VERTICES
Return the number of vertices. |
static int |
F_OUTDEGREE_CENTRALIZATION
Return the centralization based on outdegree. |
static int |
F_SUM_DEGREES
Return the sum of degrees. |
static int |
F_SUM_WEIGHTED_DEGREES
Return the sum of weighted degrees. |
static int |
F_SUM_WEIGHTED_EDGES
Return the sum of weighted edges. |
static int |
F_WEIGHTED_DEGREE_VARIANCE
Return the weighted degree variance. |
static int |
F_WEIGHTED_DENSITY
Return the weighted density. |
static int |
F_WEIGHTED_DIAMETER
Return the weighted diameter. |
static java.lang.String[] |
labels
|
Fields inherited from interface jas.statistics.IDoubleSource |
---|
DEFAULT |
Fields inherited from interface jas.statistics.IIntSource |
---|
DEFAULT |
Constructor Summary | |
---|---|
NetworkStatComputer(org._3pq.jgrapht.Graph graph)
|
Method Summary | |
---|---|
double |
fAvBetweenness()
|
double |
fAvDegree()
|
double |
fAvWeightedDegree()
|
double |
fBetweennessCentralization()
|
double |
fClosenessCentralization()
|
double |
fDegreeCentralization()
|
double |
fDegreeVariance()
|
double |
fDensity()
|
int |
fDiameter()
|
double |
fInclusiveness()
|
int |
fNoConnectedVertices()
|
int |
fNoEdges()
|
int |
fNoVertices()
|
double |
fOutdegreeCentralization()
|
int |
fSumDegrees()
|
double |
fSumWeightedDegrees()
|
double |
fSumWeightedEdges()
|
double |
fWeightedDegreeVariance()
|
double |
fWeightedDensity()
|
double |
fWeightedDiameter()
|
double |
getDoubleValue(int valueID)
Return the double value corresponding to the given variableID |
int |
getIntValue(int variableID)
Return the integer value corresponding to the given variableID |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int F_AV_BETWEENNESS
public static final int F_AV_DEGREE
public static final int F_AV_ECCENTRICITY
public static final int F_AV_WEIGHTED_DEGREE
public static final int F_BETWEENNESS_CENTRALIZATION
public static final int F_BETWEENNESS_VARIANCE
public static final int F_CLOSENESS_CENTRALIZATION
public static final int F_DEGREE_CENTRALIZATION
public static final int F_DEGREE_VARIANCE
public static final int F_DENSITY
public static final int F_DIAMETER
public static final int F_ECCENTRICITY_VARIANCE
public static final int F_INCLUSIVENESS
public static final int F_INDEGREE_CENTRALIZATION
public static final int F_NO_CONNECTED_VERTICES
public static final int F_NO_EDGES
public static final int F_NO_VERTICES
public static final int F_OUTDEGREE_CENTRALIZATION
public static final int F_SUM_DEGREES
public static final int F_SUM_WEIGHTED_DEGREES
public static final int F_SUM_WEIGHTED_EDGES
public static final int F_WEIGHTED_DEGREE_VARIANCE
public static final int F_WEIGHTED_DENSITY
public static final int F_WEIGHTED_DIAMETER
public static final java.lang.String[] labels
Constructor Detail |
---|
public NetworkStatComputer(org._3pq.jgrapht.Graph graph)
graph
- Method Detail |
---|
public double fAvBetweenness()
public double fAvDegree()
public double fAvWeightedDegree()
public double fBetweennessCentralization()
public double fClosenessCentralization()
public double fDegreeCentralization()
public double fDegreeVariance()
public double fDensity()
public int fDiameter()
public double fInclusiveness()
public int fNoConnectedVertices()
public int fNoEdges()
public int fNoVertices()
public double fOutdegreeCentralization()
public int fSumDegrees()
public double fSumWeightedDegrees()
public double fSumWeightedEdges()
public double fWeightedDegreeVariance()
public double fWeightedDensity()
public double fWeightedDiameter()
public double getDoubleValue(int valueID)
IDoubleSource
getDoubleValue
in interface IDoubleSource
valueID
- A unique identifier for a variable.
public int getIntValue(int variableID)
IIntSource
getIntValue
in interface IIntSource
variableID
- A unique identifier for a variable.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |