|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpal.substmodel.RateMatrixUtils
public class RateMatrixUtils
Constructor Summary | |
---|---|
RateMatrixUtils()
|
Method Summary | |
---|---|
static RateMatrix[] |
getCopy(RateMatrix[] toCopy)
|
static RateMatrix |
getInstance(int typeID,
int modelID,
double[] params,
double[] freq)
Create rate matrix given model and data type codes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RateMatrixUtils()
Method Detail |
---|
public static RateMatrix getInstance(int typeID, int modelID, double[] params, double[] freq)
typeID
- code for data typemodelID
- code for model of substitutionparams
- model parametersfreq
- model frequencies
public static final RateMatrix[] getCopy(RateMatrix[] toCopy)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |