5830eee2522cc9c00056f876e0e3a8debd184e7c,examples/03_connectivity/plot_inverse_covariance_connectome.py,,,#,28

Before Change


from matplotlib import pyplot as plt
from nilearn import plotting
// Display the covariance
plt.figure(figsize=(8, 8))

// The covariance can be found at estimator.covariance_
plotting.plot_matrix(estimator.covariance_, labels=labels,
                     ax=plt.gca(), vmax=1, vmin=-1)

After Change


// --------------------------------------
// we negate it to get partial correlations
plotting.plot_matrix(-estimator.precision_, labels=labels,
                     figure=(9, 7), vmax=1, vmin=-1,
                     title="Sparse inverse covariance")

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: nilearn/nilearn
Commit Name: 5830eee2522cc9c00056f876e0e3a8debd184e7c
Time: 2017-07-30
Author: gael.varoquaux@normalesup.org
File Name: examples/03_connectivity/plot_inverse_covariance_connectome.py
Class Name:
Method Name:


Project Name: neurodsp-tools/neurodsp
Commit Name: 5196910e726c04648f5cffae5f50ecd3171539ce
Time: 2019-03-17
Author: tdonoghue@ucsd.edu
File Name: neurodsp/plts/filt.py
Class Name:
Method Name: plot_frequency_response


Project Name: kundajelab/dragonn
Commit Name: 2e19f878707e04da7d9a4ccbe0cceb515b433124
Time: 2019-04-30
Author: annashcherbina@gmail.com
File Name: dragonn/vis/__init__.py
Class Name:
Method Name: plot_ism


Project Name: scikit-image/scikit-image
Commit Name: 0583031a4aff9f13eb3ce81a1f0f13d4ff4eeaed
Time: 2019-07-27
Author: devel@sciunto.org
File Name: doc/examples/features_detection/plot_corner.py
Class Name:
Method Name: