22     for j 
in range(0, 100):
 
   32 print(c.get_cluster_center(0))
 
   33 print(c.get_cluster_center(1))
 
   34 print(c.get_cluster_center(2))
 
PartitionalClusteringWithCenter * create_lloyds_kmeans(Embedding *embedding, unsigned int k, unsigned int iterations)
 
Strings setup_from_argv(const Strings &argv, std::string description, std::string positional_description, int num_positional)
 
Vector3D get_random_vector_in(const Cylinder3D &c)
Generate a random vector in a cylinder with uniform density. 
 
Code to compute statistical measures. 
 
General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP...
 
Simply return the coordinates of a VectorD.