/* Wrap our own classes */ IMP_REFCOUNT_RETURN_SINGLE(IMP::statistics::PartitionalClustering) IMP_REFCOUNT_RETURN_SINGLE(IMP::statistics::KMeansClustering) %include "IMP/statistics/statistics_macros.h" %include "IMP/statistics/KMLProxy.h" %include "IMP/statistics/PartitionalClustering.h" %include "IMP/statistics/point_clustering.h" namespace IMP { namespace statistics { %template(Vector3DEmbedding) VectorDEmbedding<3>; } }