Esempio n. 1
0
 def doPlots(self, data, labels, means, iteration, title):
     if not self.showsubplots:
         Plot.plotIntermediateClusters(data, labels, means, title)
     else:
         Plot.subplotClusters(data, labels, means, iteration, title)