9b8e57e26e0255f255d290ca948a9fa3f6e0319c,examples/manipulating_visualizing/plot_visualize_megatrawls_netmats.py,,,#,26

Before Change


    "Partial correlation matrices of dimensionality d=300": partial_correlation_matrices_300
    }

for title, matrices in sorted(correlation_matrices.items()):
    plot_mats(matrices, title)

plt.show()

After Change



// Visualization
print(" -- Plotting correlation matrices -- ")
for matrices, dim, tseries in zip(
        netmats.correlation, netmats.dimensions_correlation, netmats.timeseries_correlation):
    title = ("Correlation matrices of d=%d & timeseries=%s" % (dim, tseries))
    plot_mats(matrices, title)

print(" -- Plotting partial correlation matrices -- ")
for matrices, dim, tseries in zip(
        netmats.partial_correlation, netmats.dimensions_partial, netmats.timeseries_partial):
    title = ("Partial correlation matrices of d=%d & timeseries=%s" % (dim, tseries))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: nilearn/nilearn
Commit Name: 9b8e57e26e0255f255d290ca948a9fa3f6e0319c
Time: 2015-12-15
Author: dkamalakarreddy@gmail.com
File Name: examples/manipulating_visualizing/plot_visualize_megatrawls_netmats.py
Class Name:
Method Name:


Project Name: ottogroup/palladium
Commit Name: 68d4117ad88538ba2b21911c5d82e9310416abe7
Time: 2017-03-27
Author: henner.graubitz@ottogroup.com
File Name: palladium/fit.py
Class Name:
Method Name: grid_search


Project Name: CellProfiler/CellProfiler
Commit Name: 53059cec9053a8429b7f0a8f06e6cbe1672b60e7
Time: 2013-01-16
Author: leek@broadinstitute.org
File Name: cellprofiler/modules/tests/test_groups.py
Class Name: TestGroups
Method Name: test_02_01_group_on_one