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.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A smart pointer to a reference counted object.
IMP::Vector< FloatKey > FloatKeys
A smart pointer to a ref-counted Object that is a class member.
A class to store a set of configurations of a model.
Store data to be clustered for embedding based algorithms.
Store a set of configurations of the model.
Simply return the coordinates of a VectorD.