Russjas
Russjas
Been bashing my head against this one. I have a hyperspectral cube from drill core scanning: ~~~ box.shape (3590, 30, 249) som = Susi.SOMClustering() test = som.fit(box) ValueError: Found array...
Is there a way to add a legend to the imshow window (and zoom window)?
I am new to github, opensource, python.. a lot of things, so if this is inappropriate, please dont take offense and tell me. I have written an application of the...
Added extra distance methods, although I recommend thoroughly checking the maths if you want to merge. This does also add another dependency.
Is there a way to implement distances other than euclidian? Spectralangle for example? I have neither the maths nor the python to do it and set up a PR, I...