Displaying the Mask from NMF

ok that should not be the case as this is not what is happening in the process under the hood as @groma explained in the other thread. They are discreet values, a soft-mask, the outer product of a given base with its given activation, normalised to null-sum.

this is the beauty of matrix maths. if their cross in jit.gen was working properly, you should send in the 2 vectors (a simple jit-peak should do to generate both vectors) and you would get the matrix of (non-binary) masks (as shown in the wiki article)

anyway, I’m sure @weefuzzy will have managed to do an outer product in jitter when he is back online he’ll tell me off :slight_smile: