9 #ifndef IMPSTATISTICS_EMBEDDINGS_H
10 #define IMPSTATISTICS_EMBEDDINGS_H
12 #include <IMP/statistics/statistics_config.h>
19 IMPSTATISTICS_BEGIN_NAMESPACE
41 unsigned int get_number_of_items()
const override;
61 #
if defined(IMP_DOXYGEN)
62 = core::XYZ::get_xyz_keys()
72 bool rescale =
false);
74 unsigned int get_number_of_items()
const override;
86 vectors_.resize(vs.size());
87 for (
unsigned int i = 0; i < vs.size(); ++i) {
100 unsigned int get_number_of_items()
const override;
104 IMPSTATISTICS_END_NAMESPACE
Embed a configuration using the XYZ coordinates of a set of particles.
Helper macros for implementing IMP Objects.
A container for Singletons.
Vector< VectorD< 6 > > Vector6Ds
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A smart pointer to a reference counted object.
Vector< VectorD< 5 > > Vector5Ds
Vector< VectorD<-1 > > VectorKDs
IMP::Vector< FloatKey > FloatKeys
A smart pointer to a ref-counted Object that is a class member.
Vector< VectorD< 2 > > Vector2Ds
A class to store a set of configurations of a model.
Store data to be clustered for embedding based algorithms.
Vector< VectorD< 3 > > Vector3Ds
Store a set of configurations of the model.
Vector< VectorD< 4 > > Vector4Ds
Simply return the coordinates of a VectorD.