You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried clustering your matrix (HeatMap.txt) using Clustergrammer-PY and it gave the same error about an empty matrix
raise ValueError("The number of observations cannot be determined on "
ValueError: The number of observations cannot be determined on an empty distance matrix.
This is happening because you only have a single column with non-zero values. If you try adding another non-zero number to another column your data will cluster. Let us know if that helps.
Hi,
We executing 'make_clustergrammer.py' python script from node js using 'Python-shell' npm.
In 'make_clustergrammer.py' we loading net.load_file('d:/ExportText/HeatMap.txt'), this text file contains below matrix,
HeatMap.txt
When i execute, it throws below error,
Thanks in advance.
The text was updated successfully, but these errors were encountered: