/* Wrap our own classes */ IMP_SWIG_OBJECT(IMP::statistics, PartitionalClustering, PartitionalClusterings); IMP_SWIG_OBJECT(IMP::statistics, PartitionalClusteringWithCenter, PartitionalClusteringWithCenters); IMP_SWIG_OBJECT(IMP::statistics, Embedding, Embeddings); %include "IMP/statistics/statistics_macros.h" //%include "IMP/statistics/KMLProxy.h" %include "IMP/statistics/PartitionalClustering.h" %include "IMP/statistics/point_clustering.h" %include "IMP/statistics/Histogram.h" namespace IMP { namespace statistics { %template(Vector3DEmbedding) VectorDEmbedding<3>; } }