ModelFinderResult
piqtree.ModelFinderResult(source, raw_data)
dataclass
Data returned by ModelFinder.
| ATTRIBUTE | DESCRIPTION |
|---|---|
source |
Source of the alignment.
TYPE:
|
raw_data |
Raw data returned by ModelFinder.
TYPE:
|
best_aic |
The best AIC model.
TYPE:
|
best_aicc |
The best AICc model.
TYPE:
|
best_bic |
The best BIC model.
TYPE:
|
model_stats |
Semi-processed representation of raw_data.
TYPE:
|
Usage
For usage, see "Find the model of best fit with ModelFinder".