Jan Hendrik Metzen
Jan Hendrik Metzen
Hi Denis, not sure what the problem is; I was not able to reproduce it. But the whole setup.py configuration was somewhat odd before. I tried to clean it up;...
Not sure if I understand you correctly, but self.transform(X) will give you the features detected in X when the learned feature detectors are applied.
Both input and output of SparseFiltering.transform() are 2d, where the first dimension is the number of datapoints (n_samples) and the second one the number of pixels (for the input) and...