josephsdavid / N2D

Library implementation of https://arxiv.org/abs/1908.05968v5
https://n2d.readthedocs.io/en/latest/
MIT License
23 stars 6 forks source link

Inputs to visualize for labels should be optional. #11

Open sjmiller8182 opened 4 years ago

sjmiller8182 commented 4 years ago

Often I cluster on data that does not have labels. It would be great to be able to visualize the results without needing to input labels. I do not see why labels are required for the method visualize().

clusterer.visualize()

josephsdavid commented 4 years ago

Lets knock this out this week!