14 from sys
import version_info
as _swig_python_version_info
18 import builtins
as __builtin__
24 strthis =
"proxy of " + self.this.__repr__()
25 except __builtin__.Exception:
27 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
30 def _swig_setattr_nondynamic_instance_variable(set):
31 def set_instance_attr(self, name, value):
33 set(self, name, value)
34 elif name ==
"thisown":
36 elif hasattr(self, name)
and isinstance(getattr(type(self), name), property):
37 set(self, name, value)
39 raise AttributeError(
"You cannot add instance attributes to %s" % self)
40 return set_instance_attr
43 def _swig_setattr_nondynamic_class_variable(set):
44 def set_class_attr(cls, name, value):
45 if hasattr(cls, name)
and not isinstance(getattr(cls, name), property):
48 raise AttributeError(
"You cannot add class attributes to %s" % cls)
52 def _swig_add_metaclass(metaclass):
53 """Class decorator for adding a metaclass to a SWIG wrapped class - a slimmed down version of six.add_metaclass"""
55 return metaclass(cls.__name__, cls.__bases__, cls.__dict__.copy())
59 class _SwigNonDynamicMeta(type):
60 """Meta class to enforce nondynamic attributes (no new attributes) for a class"""
61 __setattr__ = _swig_setattr_nondynamic_class_variable(type.__setattr__)
66 class IMP_KMEANS_SwigPyIterator(object):
67 r"""Proxy of C++ swig::IMP_KMEANS_SwigPyIterator class."""
69 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
71 def __init__(self, *args, **kwargs):
72 raise AttributeError(
"No constructor defined - class is abstract")
74 __swig_destroy__ = _IMP_kmeans.delete_IMP_KMEANS_SwigPyIterator
77 r"""value(IMP_KMEANS_SwigPyIterator self) -> PyObject *"""
78 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_value(self)
81 r"""incr(IMP_KMEANS_SwigPyIterator self, size_t n=1) -> IMP_KMEANS_SwigPyIterator"""
82 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_incr(self, n)
85 r"""decr(IMP_KMEANS_SwigPyIterator self, size_t n=1) -> IMP_KMEANS_SwigPyIterator"""
86 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_decr(self, n)
88 def distance(self, x):
89 r"""distance(IMP_KMEANS_SwigPyIterator self, IMP_KMEANS_SwigPyIterator x) -> ptrdiff_t"""
90 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_distance(self, x)
93 r"""equal(IMP_KMEANS_SwigPyIterator self, IMP_KMEANS_SwigPyIterator x) -> bool"""
94 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_equal(self, x)
97 r"""copy(IMP_KMEANS_SwigPyIterator self) -> IMP_KMEANS_SwigPyIterator"""
98 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_copy(self)
101 r"""next(IMP_KMEANS_SwigPyIterator self) -> PyObject *"""
102 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_next(self)
105 r"""__next__(IMP_KMEANS_SwigPyIterator self) -> PyObject *"""
106 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___next__(self)
109 r"""previous(IMP_KMEANS_SwigPyIterator self) -> PyObject *"""
110 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_previous(self)
112 def advance(self, n):
113 r"""advance(IMP_KMEANS_SwigPyIterator self, ptrdiff_t n) -> IMP_KMEANS_SwigPyIterator"""
114 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_advance(self, n)
117 r"""__eq__(IMP_KMEANS_SwigPyIterator self, IMP_KMEANS_SwigPyIterator x) -> bool"""
118 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___eq__(self, x)
121 r"""__ne__(IMP_KMEANS_SwigPyIterator self, IMP_KMEANS_SwigPyIterator x) -> bool"""
122 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___ne__(self, x)
124 def __iadd__(self, n):
125 r"""__iadd__(IMP_KMEANS_SwigPyIterator self, ptrdiff_t n) -> IMP_KMEANS_SwigPyIterator"""
126 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___iadd__(self, n)
128 def __isub__(self, n):
129 r"""__isub__(IMP_KMEANS_SwigPyIterator self, ptrdiff_t n) -> IMP_KMEANS_SwigPyIterator"""
130 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___isub__(self, n)
132 def __add__(self, n):
133 r"""__add__(IMP_KMEANS_SwigPyIterator self, ptrdiff_t n) -> IMP_KMEANS_SwigPyIterator"""
134 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___add__(self, n)
136 def __sub__(self, *args):
138 __sub__(IMP_KMEANS_SwigPyIterator self, ptrdiff_t n) -> IMP_KMEANS_SwigPyIterator
139 __sub__(IMP_KMEANS_SwigPyIterator self, IMP_KMEANS_SwigPyIterator x) -> ptrdiff_t
141 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___sub__(self, *args)
146 _IMP_kmeans.IMP_KMEANS_SwigPyIterator_swigregister(IMP_KMEANS_SwigPyIterator)
153 IMP_DEBUG = _IMP_kmeans.IMP_DEBUG
155 IMP_RELEASE = _IMP_kmeans.IMP_RELEASE
157 IMP_SILENT = _IMP_kmeans.IMP_SILENT
159 IMP_PROGRESS = _IMP_kmeans.IMP_PROGRESS
161 IMP_TERSE = _IMP_kmeans.IMP_TERSE
163 IMP_VERBOSE = _IMP_kmeans.IMP_VERBOSE
165 IMP_MEMORY = _IMP_kmeans.IMP_MEMORY
167 IMP_NONE = _IMP_kmeans.IMP_NONE
169 IMP_USAGE = _IMP_kmeans.IMP_USAGE
171 IMP_INTERNAL = _IMP_kmeans.IMP_INTERNAL
173 IMP_KERNEL_HAS_LOG4CXX = _IMP_kmeans.IMP_KERNEL_HAS_LOG4CXX
175 IMP_COMPILER_HAS_CEREAL_RAW_POINTER = _IMP_kmeans.IMP_COMPILER_HAS_CEREAL_RAW_POINTER
177 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_kmeans.IMP_COMPILER_HAS_DEBUG_VECTOR
179 IMP_COMPILER_HAS_RANDOM_SHUFFLE = _IMP_kmeans.IMP_COMPILER_HAS_RANDOM_SHUFFLE
181 IMP_COMPILER_HAS_THREE_WAY = _IMP_kmeans.IMP_COMPILER_HAS_THREE_WAY
183 IMP_KERNEL_HAS_BOOST_RANDOM = _IMP_kmeans.IMP_KERNEL_HAS_BOOST_RANDOM
185 IMP_KERNEL_HAS_NUMPY = _IMP_kmeans.IMP_KERNEL_HAS_NUMPY
187 IMP_KERNEL_HAS_GPERFTOOLS = _IMP_kmeans.IMP_KERNEL_HAS_GPERFTOOLS
189 IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER = _IMP_kmeans.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER
191 IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER = _IMP_kmeans.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER
193 IMPKERNEL_SHOW_WARNINGS = _IMP_kmeans.IMPKERNEL_SHOW_WARNINGS
197 class _DirectorObjects:
198 """@internal Simple class to keep references to director objects
199 to prevent premature deletion."""
202 def register(self, obj):
203 """Take a reference to a director object; will only work for
204 refcounted C++ classes"""
205 if hasattr(obj,
'get_ref_count'):
206 self._objects.append(obj)
208 """Only drop our reference and allow cleanup by Python if no other
209 Python references exist (we hold 3 references: one in self._objects,
210 one in x, and one in the argument list for getrefcount) *and* no
211 other C++ references exist (the Python object always holds one)"""
212 objs = [x
for x
in self._objects
if sys.getrefcount(x) > 3 \
213 or x.get_ref_count() > 1]
217 def get_object_count(self):
218 """Get number of director objects (useful for testing only)"""
219 return len(self._objects)
220 _director_objects = _DirectorObjects()
222 class _ostream(object):
223 r"""Proxy of C++ std::ostream class."""
225 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
227 def __init__(self, *args, **kwargs):
228 raise AttributeError(
"No constructor defined")
229 __repr__ = _swig_repr
231 def write(self, osa_buf):
232 r"""write(_ostream self, char const * osa_buf)"""
233 return _IMP_kmeans._ostream_write(self, osa_buf)
236 _IMP_kmeans._ostream_swigregister(_ostream)
237 IMP_C_OPEN_BINARY = _IMP_kmeans.IMP_C_OPEN_BINARY
240 IMP_KMEANS_HAS_BOOST_FILESYSTEM = _IMP_kmeans.IMP_KMEANS_HAS_BOOST_FILESYSTEM
242 IMP_KMEANS_HAS_BOOST_PROGRAMOPTIONS = _IMP_kmeans.IMP_KMEANS_HAS_BOOST_PROGRAMOPTIONS
244 IMP_KMEANS_HAS_BOOST_RANDOM = _IMP_kmeans.IMP_KMEANS_HAS_BOOST_RANDOM
246 IMP_KMEANS_HAS_BOOST_SYSTEM = _IMP_kmeans.IMP_KMEANS_HAS_BOOST_SYSTEM
248 IMP_KMEANS_HAS_NUMPY = _IMP_kmeans.IMP_KMEANS_HAS_NUMPY
250 IMPKMEANS_SHOW_WARNINGS = _IMP_kmeans.IMPKMEANS_SHOW_WARNINGS
253 _object_types.append(
"KMeans")
256 def _object_cast_to_KMeans(o):
257 r"""_object_cast_to_KMeans(Object o) -> KMeans"""
258 return _IMP_kmeans._object_cast_to_KMeans(o)
259 KM_LLOYDS = _IMP_kmeans.KM_LLOYDS
261 KM_LOCAL_SWAP = _IMP_kmeans.KM_LOCAL_SWAP
263 KM_LOCAL_EZ_HYBRID = _IMP_kmeans.KM_LOCAL_EZ_HYBRID
265 KM_HYBRID = _IMP_kmeans.KM_HYBRID
268 r"""Proxy of C++ IMP::kmeans::KMeans class."""
270 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
272 def __init__(self, *args):
274 __init__(KMeans self, std::string const & fname_data, int dim, unsigned int max_nPts) -> KMeans
275 __init__(KMeans self) -> KMeans
277 _IMP_kmeans.KMeans_swiginit(self, _IMP_kmeans.new_KMeans(*args))
280 r"""get_version_info(KMeans self) -> VersionInfo"""
281 return _IMP_kmeans.KMeans_get_version_info(self)
282 __swig_destroy__ = _IMP_kmeans.delete_KMeans
284 def execute(self, *args):
285 r"""execute(KMeans self, unsigned int k, IMP::kmeans::KM_ALG_TYPE alg_type=KM_LLOYDS, int stages=100)"""
286 return _IMP_kmeans.KMeans_execute(self, *args)
288 def add_data_pt(self, p):
289 r"""add_data_pt(KMeans self, IMP::Floats const & p)"""
290 return _IMP_kmeans.KMeans_add_data_pt(self, p)
292 def clear_data(self):
293 r"""clear_data(KMeans self)"""
294 return _IMP_kmeans.KMeans_clear_data(self)
296 def get_data_point(self, i):
297 r"""get_data_point(KMeans self, unsigned int i) -> IMP::Floats const &"""
298 return _IMP_kmeans.KMeans_get_data_point(self, i)
300 def get_number_of_data_points(self):
301 r"""get_number_of_data_points(KMeans self) -> unsigned int"""
302 return _IMP_kmeans.KMeans_get_number_of_data_points(self)
304 def print_centers(self, *args):
305 r"""print_centers(KMeans self, IMP::LogLevel ll=PROGRESS)"""
306 return _IMP_kmeans.KMeans_print_centers(self, *args)
308 def get_center(self, i):
309 r"""get_center(KMeans self, unsigned int i) -> IMP::Floats"""
310 return _IMP_kmeans.KMeans_get_center(self, i)
312 def get_assignments(self):
313 r"""get_assignments(KMeans self) -> IMP::Ints"""
314 return _IMP_kmeans.KMeans_get_assignments(self)
316 def get_squared_distance_to_centers(self):
317 r"""get_squared_distance_to_centers(KMeans self) -> IMP::Floats"""
318 return _IMP_kmeans.KMeans_get_squared_distance_to_centers(self)
320 def get_number_of_centers(self):
321 r"""get_number_of_centers(KMeans self) -> unsigned int"""
322 return _IMP_kmeans.KMeans_get_number_of_centers(self)
325 r"""__str__(KMeans self) -> std::string"""
326 return _IMP_kmeans.KMeans___str__(self)
329 r"""__repr__(KMeans self) -> std::string"""
330 return _IMP_kmeans.KMeans___repr__(self)
334 return _object_cast_to_KMeans(o)
338 _IMP_kmeans.KMeans_swigregister(KMeans)
341 r"""get_module_version() -> std::string const"""
342 return _IMP_kmeans.get_module_version()
345 r"""get_example_path(std::string fname) -> std::string"""
346 return _IMP_kmeans.get_example_path(fname)
349 r"""get_data_path(std::string fname) -> std::string"""
350 return _IMP_kmeans.get_data_path(fname)
352 from .
import _version_check
Common base class for heavy weight IMP objects.
std::string get_module_version()
Return the version of this module, as a string.
virtual VersionInfo get_version_info() const
Get information about the module and version of the object.
std::string get_example_path(std::string file_name)
Return the full path to one of this module's example files.
std::string get_data_path(std::string file_name)
Return the full path to one of this module's data files.