()
| 88 | |
| 89 | |
| 90 | def test_plot_cluster_dict(): |
| 91 | # should return 10d data since ndims=10 |
| 92 | geo = plot.plot(weights, cluster={'model' : 'KMeans', 'params' : {'n_clusters' : 3}}, show=False) |
| 93 | assert isinstance(geo, DataGeometry) |
| 94 | |
| 95 | |
| 96 | def test_plot_cluster_n_clusters(): |