3242554a099d2e07ff6be2d12023ada83afe8c5c,examples/03_connectivity/plot_rest_clustering.py,,,#,47

Before Change


// with math_img from nilearn
from nilearn.image import math_img

original_voxels = math_img("np.sum(img)", img=ward.mask_img_).get_data()

// common vmin and vmax
vmin = math_img("np.min(img)", img=mean_func_img).get_data()
vmax = math_img("np.max(img)", img=mean_func_img).get_data()

After Change



// Grab number of voxels from attribute mask image (mask_img_).
import numpy as np
original_voxels = np.sum(ward.mask_img_.get_data())

// Compute mean over time on the functional image to use the mean
// image for compressed representation comparisons
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: nilearn/nilearn
Commit Name: 3242554a099d2e07ff6be2d12023ada83afe8c5c
Time: 2018-03-08
Author: dkamalakarreddy@gmail.com
File Name: examples/03_connectivity/plot_rest_clustering.py
Class Name:
Method Name:


Project Name: enthought/chaco
Commit Name: b0a92d6b0055b433d6246f96e3a2fc57499d8449
Time: 2014-09-29
Author: cfarrow@enthought.com
File Name: chaco/tools/pan_tool.py
Class Name: PanTool
Method Name: panning_mouse_move


Project Name: ellisdg/3DUnetCNN
Commit Name: 92983fce8d12355646031fa273fdf08701d8b628
Time: 2017-04-10
Author: david.ellis@unmc.edu
File Name: data.py
Class Name:
Method Name: read_subject_folder