/** * \file point_clustering.cpp * \brief Cluster sets of points. * * Copyright 2007-2013 IMP Inventors. All rights reserved. * */ #include IMPSTATISTICS_BEGIN_NAMESPACE Embedding::Embedding(std::string name): Object(name){} IMPSTATISTICS_END_NAMESPACE