25047e22cb03feea424e343fd1a289ec9dea8425,mahotas/texture.py,,haralick,#,29

Before Change


    """

    feats = np.zeros((4, 13), np.double)
    fm = f.max()
    cmat = np.empty((fm+1, fm+1), np.long)
    k = np.arange(fm+1)
    k2 = k**2
    tk = np.arange(2*(fm+1))

After Change


    """

    feats = np.zeros((4, 13), np.double)
    fm1 = f.max() + 1
    cmat = np.empty((fm1, fm1), np.long)
    k = np.arange(fm1)
    k2 = k**2
    tk = np.arange(2*fm1)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 7

Non-data size: 3

Instances


Project Name: luispedro/mahotas
Commit Name: 25047e22cb03feea424e343fd1a289ec9dea8425
Time: 2010-05-12
Author: lpc@cmu.edu
File Name: mahotas/texture.py
Class Name:
Method Name: haralick


Project Name: kk7nc/RMDL
Commit Name: 1cf43d0e52f833a2d0eaca6202a79c10422db8e2
Time: 2018-03-07
Author: kk7nc@virginia.edu
File Name: src/RMDL_Image.py
Class Name:
Method Name: image_classifciation


Project Name: ANTsX/ANTsPy
Commit Name: 827f1d4e391f8f20e8eed7d64d383053729185ed
Time: 2018-11-02
Author: stnava@gmail.com
File Name: ants/segmentation/joint_label_fusion.py
Class Name:
Method Name: joint_label_fusion


Project Name: kk7nc/RMDL
Commit Name: 1cf43d0e52f833a2d0eaca6202a79c10422db8e2
Time: 2018-03-07
Author: kk7nc@virginia.edu
File Name: src/RMDL_Text.py
Class Name:
Method Name: Text_classification


Project Name: Scitator/catalyst
Commit Name: e839626c28d8dc6030ce71f3619e934b36fb6627
Time: 2020-10-23
Author: Balaganskij.NN@phystech.edu
File Name: catalyst/metrics/functional.py
Class Name:
Method Name: process_multiclass_components


Project Name: DistrictDataLabs/yellowbrick
Commit Name: 56236f3d3c7cafcad716a14f36d98bd66eeedd94
Time: 2016-06-26
Author: benjamin@bengfort.com
File Name: yellowbrick/regressor.py
Class Name: PredictionError
Method Name: render


Project Name: robertmartin8/PyPortfolioOpt
Commit Name: 28ef2254153e7d0a3fb9e24a2c03e80dc8b1a0d1
Time: 2021-02-16
Author: 75633566+SeaPea1@users.noreply.github.com
File Name: tests/test_plotting.py
Class Name:
Method Name: test_ef_plot_return