|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.analysis.pathfindernetworkscaling.PFNET
| Constructor Summary | |
PFNET(int q,
int r,
DoubleMatrixModel matrix)
Initializes the PFNET algorithm. |
|
| Method Summary | |
void |
applyScaling()
|
DoubleMatrixModel |
getResultMatrix()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PFNET(int q,
int r,
DoubleMatrixModel matrix)
throws java.lang.IllegalArgumentException
n - 1 where n is the number of rows (or
columns) of the matrix.
q - The q parameter of the PFNET(r, q)r - The r parameter of the PFNET(r, q)matrix - The matrix to which the PFNET is to be applied.
java.lang.IllegalArgumentException| Method Detail |
public void applyScaling()
public DoubleMatrixModel getResultMatrix()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||