|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpal.distance.DistanceMatrix
pal.distance.ReadDistanceMatrix
public class ReadDistanceMatrix
reads pairwise distance matrices in PHYLIP format (full matrix)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface pal.misc.IdGroup |
|---|
IdGroup.Utils |
| Constructor Summary | |
|---|---|
ReadDistanceMatrix(java.io.PushbackReader input)
read from stream |
|
ReadDistanceMatrix(java.lang.String file)
read from file |
|
| Method Summary |
|---|
| Methods inherited from class pal.distance.DistanceMatrix |
|---|
absoluteDistance, addDistance, getClonedDistances, getClosestIndex, getClosestIndex, getDistance, getDistances, getIdCount, getIdentifier, getIdGroup, getSize, isSymmetric, meanDistance, printPHYLIP, setDistance, setDistances, setIdentifier, setIdGroup, squaredDistance, toString, whichIdNumber |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReadDistanceMatrix(java.io.PushbackReader input)
throws DistanceParseException
DistanceParseException
public ReadDistanceMatrix(java.lang.String file)
throws DistanceParseException,
java.io.IOException
DistanceParseException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||