f292829e959321ff1376d263fc40ecc21cf794fa,doc/examples/filters/plot_denoise.py,,,#,36
Before Change
ax[0, 2].imshow(denoise_bilateral(noisy, sigma_color=0.05, sigma_spatial=15))
ax[0, 2].axis("off")
ax[0, 2].set_title("Bilateral")
ax[0, 3].imshow(denoise_wavelet(noisy, sigma=0.4*astro.std() ,
multichannel=True))
ax[0, 3].axis("off")
ax[0, 3].set_title("Wavelet")
After Change
sigma_est = estimate_sigma(noisy, multichannel=True, average_sigmas=True)
// Due to clipping in random_noise, the estimate will be a bit smaller than the
// specified sigma.
print("Estimated Gaussian noise standard deviation = {}".format(sigma_est) )
ax[0, 0].imshow(noisy)
ax[0, 0].axis("off")
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances Project Name: scikit-image/scikit-image
Commit Name: f292829e959321ff1376d263fc40ecc21cf794fa
Time: 2016-08-23
Author: gregory.lee@cchmc.org
File Name: doc/examples/filters/plot_denoise.py
Class Name:
Method Name:
Project Name: SheffieldML/GPy
Commit Name: 350497c72606f188f83b68588140f0058190559b
Time: 2013-04-16
Author: ibinbei@gmail.com
File Name: GPy/examples/dimensionality_reduction.py
Class Name:
Method Name: mrd_simulation
Project Name: rusty1s/pytorch_geometric
Commit Name: 50d3ade547df2333f563f4460cad22e94b5cd53c
Time: 2018-04-30
Author: matthias.fey@tu-dortmund.de
File Name: examples/cora_gcn.py
Class Name:
Method Name:
Project Name: datascienceinc/Skater
Commit Name: 0bab786d05391d24fd101f3aed71e6f4b3f14b55
Time: 2017-05-08
Author: aikramer2@gmail.com
File Name: lynxes/core/global_interpretation/feature_importance.py
Class Name: FeatureImportance
Method Name: feature_importance