|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pal.distance.DistanceMatrixUtils
Auxillary functions for distance matrices
Constructor Summary | |
DistanceMatrixUtils()
|
Method Summary | |
static DistanceMatrix |
minus(DistanceMatrix parent,
int taxaToRemove)
Returns a distance matrix with the specified taxa removed. |
static double |
squaredDistance(DistanceMatrix mat1,
DistanceMatrix mat2,
boolean weighted)
compute squared distance to second distance matrix. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DistanceMatrixUtils()
Method Detail |
public static double squaredDistance(DistanceMatrix mat1, DistanceMatrix mat2, boolean weighted)
public static DistanceMatrix minus(DistanceMatrix parent, int taxaToRemove)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |