runs : {str list} (default=”default”)
Define a couple of different models to be analyzed. Select between:
- ‘default’: weighted analysis, using parsimony and weights for
gains and losses
- ‘topdown’: use the traditional approach by
Nelson-Sathi2011
- ‘restriction’: use the restriction approach
You can also define your own mix of models.
verbose : bool (default = False)
If set to c{True}, be verbose when carrying out the analysis.
usetex : bool (default=True)
Specify whether you want to use LaTeX to render plots.
mixed : bool (default=False)
If set to c{True}, calculate a mixed model by selecting the best
model for each item separately.
verbose : bool (default=False)
Set to c{True} for verbose output.
output_gml : bool (default=False)
Set to c{True} in order to output every gain-loss-scenario in
GML-format.
full_analysis : bool (default=True)
Specifies whether a full analysis is carried out or not.
plot_mln : bool (default=True)
Select or unselect output plot for the MLN.
plot_msn : bool (default=False)
Select or unselect output plot for the MSN.
|