public interface RateHandler
Modifier and Type | Interface | Description |
---|---|---|
static class |
RateHandler.Utils |
Modifier and Type | Method | Description |
---|---|---|
void |
adjustDistances(double[][] matrix,
TimeOrderCharacterData tocd) |
|
void |
fillInLSInfo(double[] mRow,
int startingIndex,
int minSample,
int maxSample,
double[] sampleTimes) |
|
MutationRateModel.Factory |
generateRateModelFactory(double[] deltas,
TimeOrderCharacterData tocd) |
|
java.lang.String |
getInfo() |
|
int |
getNumberOfParameters(TimeOrderCharacterData tocd) |
|
boolean |
isCICompatible() |
int getNumberOfParameters(TimeOrderCharacterData tocd)
void adjustDistances(double[][] matrix, TimeOrderCharacterData tocd)
boolean isCICompatible()
java.lang.String getInfo()
void fillInLSInfo(double[] mRow, int startingIndex, int minSample, int maxSample, double[] sampleTimes)
MutationRateModel.Factory generateRateModelFactory(double[] deltas, TimeOrderCharacterData tocd)