Closed OverLordGoldDragon closed 4 years ago
Summary: added a histogram-based visual, features_hist, cut verbosity on function & variable names.
features_hist
BREAKING:
show_features_
features_
scale_width
w
scale_height
h
MISC:
.flatten()
.ravel()
Summary: added a histogram-based visual,
features_hist
, cut verbosity on function & variable names.BREAKING:
show_features_
->features_
(0D, 1D, 2D)scale_width
->w
scale_height
->h
MISC:
.flatten()
->.ravel()
, since former copies array (thus slower)