|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rit.hyb.network.FloydRandom
public class FloydRandom
Class FloydRandom is a main program that creates a distance matrix input file for the FloydSeq or FloydHyb programs.
Usage: java edu.rit.hyb.network.FloydRandom seed radius
N matrixfile
seed = Random seed
radius = Node adjacency radius
N = Number of nodes
matrixfile = Distance matrix file
The program:
The distance matrix file is a binary file written in the format required by class DoubleMatrixFile.
| Method Summary | |
|---|---|
static void |
main(String[] args)
Main program. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(String[] args)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||