3 Oct 2003 mcxconvert 1.003, 03-276
1. | ||
2. | ||
3. | ||
4. | ||
5. |
mcxconvert - convert between mcx storage types.
mcxconvert <input file name> <output file name>
The mcl libraries make extensive use of matrices. Matrices are used to encode graphs, matrices and clusterings. They can be stored either in ascii or in binary format. The latter is somewhat more efficient in storage and faster in both reading and writing, but the default is ascii format.
The mcl input routines recognize the type of storage they are dealing with. If you want to convert a matrix to the other storage type, simply specify the file name of the matrix you want to convert. mcxconvert will recognize its type, and write the other type to the file specified as the second argument.
In the future mcxconvert will probably be generalized towards other objects such as vectors.