HtheChemist
HtheChemist
I don't have any objection, if the project get bigger it will be easier to manage.
I am currently trying to implement it using the PSLab implementation as a reference. I will try to update everything once I have managed to make it work.
@orangecms I was able to infer from looking at the code from another project but basically it was simply that the function name were changed. The largest confusion was in...
The subprocess spawned by `app.py` use the system python and not the venv python. in `app.py`, add `import sys` at the begining and change `'python'` on line 97 and 122...
@mike-kratz I maybe late, but have you checked [SIMPROF](https://sites.google.com/site/mb3gustame/hypothesis-tests/simprof), I believe it could be used to drill down the dendrogram to check if each cluster structure is multivariate or not?
Have you tried tweaking the script start time in the option? The scripts have a lot of concurrent check every X ms, it may be too memory intensive with extremely...
Hmm maybe trying to increase the delay of the different message check? The default ns.sleep is 100 ms, this is probably too low. There is no central config value for...