Home
last modified time | relevance | path

Searched refs:computeInformationScore (Results 1 – 2 of 2) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dphylotesting.h339 double computeInformationScore(double tree_lh, int df, int ssize, ModelTestCriterion mtc);
H A Dphylotesting.cpp242 … return computeInformationScore(logl, df, sample_size, Params::getInstance().model_test_criterion); in computeICScore()
431 double computeInformationScore(double tree_lh, int df, int ssize, ModelTestCriterion mtc) { in computeInformationScore() function
1842 double score = computeInformationScore(lhsum, dfsum, ssize, params.model_test_criterion); in doKmeansClustering()
2044 double inf_score = computeInformationScore(lhsum, dfsum, ssize, params.model_test_criterion); in testPartitionModel()
2187 … cur_pair.score = computeInformationScore(lhnew, dfnew, ssize, params.model_test_criterion); in testPartitionModel()
2230 inf_score = computeInformationScore(lhsum, dfsum, ssize, params.model_test_criterion); in testPartitionModel()
2356 inf_score = computeInformationScore(lhsum, dfsum, ssize, params.model_test_criterion); in testPartitionModel()