packing-box / docker-packing-box

Docker image gathering packers and tools for making datasets of packed executables and training machine learning models for packing detection
GNU General Public License v3.0
49 stars 10 forks source link

Generalize clustering visualization #36

Closed smarbal closed 1 year ago

smarbal commented 1 year ago

As discussed, I've generalized the plotting method for all the clustering algorithms. It may not be exactly done as discussed yesterday, but it is pretty close and works as expected. I had to pass the algo_name parameter through the method call form the model because I couldn't get it otherwise.

I'll soon add a method to plot dendograms for the hierarchical clustering algorithms (which can use a scatter plot too).