Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KamalakerDadi/benchmark_rsfMRI_prediction
/ functions
Functions
43 in github.com/KamalakerDadi/benchmark_rsfMRI_prediction
⨍
Functions
43
◇
Types & classes
1
↓ 7 callers
Method
fit_transform
Prepare and perform signal extraction.
connectome_matrices.py:439
↓ 4 callers
Function
_form_symmetric
Return the symmetric matrix with the given eigenvectors and eigenvalues transformed by function. Parameters ---------- function : fun
connectome_matrices.py:41
↓ 4 callers
Method
transform
Apply transform to covariances matrices to get the connectivity matrices for the chosen kind. Parameters ---------- X
connectome_matrices.py:384
↓ 3 callers
Function
_map_eigenvalues
Matrix function, for real symmetric matrices. The function is applied to the eigenvalues of symmetric. Parameters ---------- function
connectome_matrices.py:65
↓ 3 callers
Method
fit
Fit the covariance estimator to the given time series for each subject. Parameters ---------- X : list of numpy.ndarr
connectome_matrices.py:337
↓ 2 callers
Function
_check_spd
Raise a ValueError if the input matrix is not symmetric positive definite. Parameters ---------- matrix : numpy.ndarray Input
connectome_matrices.py:28
↓ 2 callers
Function
_check_square
Raise a ValueError if the input matrix is square. Parameters ---------- matrix : numpy.ndarray Input array.
connectome_matrices.py:15
↓ 2 callers
Function
_cov_to_corr
Return correlation matrix for a given covariance matrix. Parameters ---------- covariance : 2D numpy.ndarray The input covariance
connectome_matrices.py:246
↓ 2 callers
Function
_get_markers
()
plot_predictions.py:41
↓ 2 callers
Function
color_palette
(n_colors)
my_palette.py:16
↓ 2 callers
Function
fetch_abide
Fetch ABIDE timeseries data from Open Science Framework (OSF) Parameters ---------- data_dir : string Path where data should be d
downloader.py:9
↓ 2 callers
Function
fetch_acpi
Fetch ACPI timeseries data from Open Science Framework (OSF) Parameters ---------- data_dir : string Path where data should be do
downloader.py:39
↓ 2 callers
Function
fetch_adni
Fetch ADNI timeseries data from Open Science Framework (OSF) Parameters ---------- data_dir : string Path where data should be do
downloader.py:99
↓ 2 callers
Function
fetch_adnidod
Fetch ADNIDOD timeseries data from Open Science Framework (OSF) Parameters ---------- data_dir : string Path where data should be
downloader.py:129
↓ 2 callers
Function
fetch_cobre
Fetch COBRE timeseries data from Open Science Framework (OSF) Parameters ---------- data_dir : string Path where data should be d
downloader.py:69
↓ 2 callers
Function
fetch_hcp1
Fetch HCP1 timeseries data from Open Science Framework (OSF) Parameters ---------- data_dir : string Path where data should be do
downloader.py:159
↓ 2 callers
Function
fetch_hcp2
Fetch HCP2 timeseries data from Open Science Framework (OSF) Parameters ---------- data_dir : string Path where data should be do
downloader.py:189
↓ 1 callers
Function
_add_axvline
(ax)
plot_predictions.py:51
↓ 1 callers
Function
_add_bgcolors
(df, ax)
plot_predictions.py:85
↓ 1 callers
Function
_add_legend
(ax)
plot_predictions.py:131
↓ 1 callers
Function
_add_xticklabels
(ax)
plot_predictions.py:72
↓ 1 callers
Function
_add_yticklabels
(ax)
plot_predictions.py:60
↓ 1 callers
Function
_get_data
plot_predictions.py:193
↓ 1 callers
Function
_get_paths
run_prediction_on_cobre.py:42
↓ 1 callers
Function
_get_paths
run_prediction_on_hcp2.py:34
↓ 1 callers
Function
_get_paths
run_prediction_on_adni.py:40
↓ 1 callers
Function
_get_paths
run_prediction_on_abide.py:42
↓ 1 callers
Function
_get_paths
run_prediction_on_adnidod.py:39
↓ 1 callers
Function
_get_paths
run_prediction_on_acpi.py:43
↓ 1 callers
Function
_get_paths
run_prediction_on_hcp1.py:37
↓ 1 callers
Function
_pandas_data_frame
Load path to pandas data frame Parameters ---------- path : str Path to csv file Returns ------- data : pd.DataFrame
plot_predictions.py:19
↓ 1 callers
Function
_prec_to_partial
Return partial correlation matrix for a given precision matrix. Parameters ---------- precision : 2D numpy.ndarray The input prec
connectome_matrices.py:266
↓ 1 callers
Function
_scatter_plot
(df, ax)
plot_predictions.py:102
↓ 1 callers
Function
boxplot
(df, x=None, y=None, hue=None, axx=None)
plot_predictions.py:157
↓ 1 callers
Function
get_scores
(csv_file)
run_prediction_on_cobre.py:57
↓ 1 callers
Function
new_names_atlas
New names assigned to each atlas
aliases.py:22
↓ 1 callers
Function
new_names_classifier
New names assigned to each classifier
aliases.py:6
↓ 1 callers
Function
new_names_measure
New names assigned to each measure
aliases.py:35
↓ 1 callers
Function
shift_value
(rgb, shift)
my_palette.py:10
↓ 1 callers
Function
sym_to_vec
Return the flattened lower triangular part of an array. If diagonal is kept, diagonal elements are divided by sqrt(2) to conserve the norm.
connectome_matrices.py:198
Method
__init__
(self, cov_estimator=LedoitWolf(store_precision=False), kind='covariance', memory=Memory(cach
connectome_matrices.py:328
Function
_geometric_mean
Compute the geometric mean of symmetric positive definite matrices. The geometric mean of n positive definite matrices M_1, ..., M_n is the m
connectome_matrices.py:92
Function
demean
(group)
plot_predictions.py:212