Skip to content

Commit

Permalink
updated init, added small example for simplified approach
Browse files Browse the repository at this point in the history
  • Loading branch information
steelec committed Mar 10, 2024
1 parent 4f1eee4 commit 340203c
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 0 deletions.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .mvcomp import mysort, feature_gen, norm_covar_inv, mah_dist_feat_mat, mah_dist_mat_2_roi, subject_list, feature_list, compute_average, model_comp, spatial_mvcomp, dist_plot, correlation_fig
from .mvcomp import model_comp_simplified, compute_average_simplified
from .version import __version__

# initial hack to not import optional plotting functions if necessary packages do not exist
Expand Down
Loading

0 comments on commit 340203c

Please sign in to comment.