|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.ac.waikato.mcennis.rat.graph.model.ModelShell
nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddBasicBetweenessCentrality
nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddBetweenessCentrality
public class AddBetweenessCentrality
Class that provides a betweeness metric that matches Freeman79.
| Field Summary |
|---|
| Fields inherited from class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddBasicBetweenessCentrality |
|---|
serialVersionUID |
| Fields inherited from class nz.ac.waikato.mcennis.rat.graph.model.ModelShell |
|---|
listener |
| Constructor Summary | |
|---|---|
AddBetweenessCentrality()
Creates a new instance of AddBetweenessCentrality |
|
| Method Summary | |
|---|---|
protected void |
sumPath(int i,
int j,
PathSet pathSet)
Claculates betweeness with summing of multiple geodesic paths with the same start and end actors as specified in Freeman79 |
| Methods inherited from class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddBasicBetweenessCentrality |
|---|
calculateBetweeness, calculateBetweenessSD, calculateGraphBetweeness, execute, getInputType, getOutputType, getParameter, getParameter, getSettableParameter, getSettableParameter, init |
| Methods inherited from class nz.ac.waikato.mcennis.rat.graph.model.ModelShell |
|---|
addListener, fireChange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nz.ac.waikato.mcennis.rat.graph.model.Model |
|---|
addListener |
| Constructor Detail |
|---|
public AddBetweenessCentrality()
| Method Detail |
|---|
protected void sumPath(int i,
int j,
PathSet pathSet)
sumPath in class AddBasicBetweenessCentralityi - index fo the source actorj - index of the destination actorpathSet - set of all geodesic pathsnz.ac.waikato.mcennis.rat.grapoh.algorithm.AddBasicBetweenessCentrality
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||