Ejemplo n.º 1
0
    def kmeans_gen(self, l=10):
        for _ in range(l):
            builder = CommandBuilder(self)
            cmd = builder.kmeans_random_command()
            assert cmd is not None
            # print(cmd)

            self.take_command(cmd)