Closed Mesya82 closed 3 years ago
Hi, there is most probably some problem with your left/right child references.
I've just quickly tried to take your data and cluster them with inchlib_clust and there seems to be no problem.
Do you need to user your Java code instead of the inchlib_clust?
Do you need to user your Java code instead of the inchlib_clust?
Yes. I do not have opportunity to use python. Clustering is done by Renjin library.
there is most probably some problem with your left/right child references.
Might it be the problem with "count" attribute?
You are right, I haven't noticed it in the data, but the count attribute represents the number of leaves contained in a certain part of the dendrogram. For root node, it should be the total number of leaves etc.
Yes. Problem was with count. Now it's working perfectly. Thank you for fast response!
Resolved.
Hello! Just started using this library and got into a problem. As you can see the graph is not looking as pretty as it supposed to be.
The result object, that i'm loading is:
The thing is that I'm trying to figure out input format, so I can generate it from my already clustered data from Java code
Looking for you help!