| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectuk.ac.ic.doc.automed.p2p.rank.pagerank.LinearAlgebraicMethod
uk.ac.ic.doc.automed.p2p.rank.pagerank.PowerMethod
public class PowerMethod
| Field Summary | |
|---|---|
private  GraphReader | 
greader
 | 
protected  int | 
N
 | 
| Fields inherited from class uk.ac.ic.doc.automed.p2p.rank.pagerank.LinearAlgebraicMethod | 
|---|
c, d, DAMPENING_FACTOR, DEFAULT_NUM_ITERATIONS, epsilon, EPSILON, numIt, P, x0 | 
| Constructor Summary | |
|---|---|
PowerMethod(int numberOfNodes,
            GraphReader greader,
            Jama.Matrix x0)
 | 
|
| Method Summary | |
|---|---|
 Jama.Matrix | 
rank()
 | 
| Methods inherited from class uk.ac.ic.doc.automed.p2p.rank.pagerank.LinearAlgebraicMethod | 
|---|
getInitMatrix | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private GraphReader greader
protected int N
| Constructor Detail | 
|---|
public PowerMethod(int numberOfNodes,
                   GraphReader greader,
                   Jama.Matrix x0)
| Method Detail | 
|---|
public Jama.Matrix rank()
rank in interface RankAlgorithmrank in class LinearAlgebraicMethod
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||