axon_synthesis.validation.statistics¶
Compute and plot some statistics.
Functions
|
Compute scores of a test population against a reference population. |
Create the default config used to compute the scores. |
|
|
Return scores between two data sets. |
|
Plot score matrix for a test population against a reference population. |
|
Get the score. |
- axon_synthesis.validation.statistics.compute_scores(ref, test, config)¶
Compute scores of a test population against a reference population.
- axon_synthesis.validation.statistics.default_config()¶
Create the default config used to compute the scores.
- axon_synthesis.validation.statistics.get_scores(df1, df2)¶
Return scores between two data sets.
- Parameters:
df1 (pandas.DataFrame) – the first data set.
df2 (pandas.DataFrame) – the second data set.
- Returns:
The list of feature scores.
- axon_synthesis.validation.statistics.plot_score_matrix(ref_morphs_dir, test_morphs_dir, output_path, config, dpi=100)¶
Plot score matrix for a test population against a reference population.