PATRIC3 / patric3_website

Legacy PATRIC Website (JBoss Portal Version)
MIT License
5 stars 2 forks source link

Advance clustering on large datasets #1389

Open mshukla1 opened 7 years ago

mshukla1 commented 7 years ago

...takes too long to complete and fails.

  1. Put a limit on the input for clustering and show a clear message to the user.

  2. See if we can deploy clustering on better machine.

olsonanl commented 7 years ago

First we need to profile the current clustering and see where the time goes.

hyoo commented 6 years ago

Here is a list of issues related to this problem

Primary problem is that we need to send data back to server to run cluster. If we can run it on browser side (like WebAssembly, or BLAS library), that will solve problem.

If client side computation is not feasible, we can consider