emodel_generalisation.select¶
Module to select valid pairs of morphologies and electrical models.
Functions
|
Plot feature distributions. |
|
Corner plot with scatter of valid models. |
|
Stripplot of selected emodels. |
|
Select models and morphologies. |
|
Select valid and plot. |
- emodel_generalisation.select.plot_feature_distributions(df, efeatures, select_folder)¶
Plot feature distributions.
- emodel_generalisation.select.plot_select_corner(_df, pdf, df_params, valid_emodels)¶
Corner plot with scatter of valid models.
- emodel_generalisation.select.plot_select_stripplot(_df, pdf, df_params, valid_emodels)¶
Stripplot of selected emodels.
- emodel_generalisation.select.select_model_morphos(df, clip=5, morpho_thresh=0.2, emodel_thresh=0.05, filters=None, pdf=None, select_folder=None)¶
Select models and morphologies.
- emodel_generalisation.select.select_valid(df, emodel, select_folder, morpho_thresh, emodel_thresh, clip, access_point, mtype)¶
Select valid and plot.