DistanceMatrixImporterpublic class TabDelimitedImporter extends java.lang.Object implements DistanceMatrixImporter
DistanceMatrixImporter.Triangle| Constructor | Description |
|---|---|
TabDelimitedImporter(java.io.Reader reader,
DistanceMatrixImporter.Triangle triangle,
boolean diagonal,
boolean rowLabels,
boolean columnLabels) |
Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<DistanceMatrix> |
importDistanceMatrices() |
importDistances.
|
public TabDelimitedImporter(java.io.Reader reader,
DistanceMatrixImporter.Triangle triangle,
boolean diagonal,
boolean rowLabels,
boolean columnLabels)
public java.util.List<DistanceMatrix> importDistanceMatrices() throws java.io.IOException, ImportException
importDistanceMatrices in interface DistanceMatrixImporterjava.io.IOExceptionImportExceptionhttp://code.google.com/p/jebl2/