11 from __future__
import print_function, division, absolute_import
17 from sys
import version_info
18 if version_info >= (2, 6, 0):
19 def swig_import_helper():
20 from os.path
import dirname
24 fp, pathname, description = imp.find_module(
'_IMP_kmeans', [dirname(__file__)])
30 _mod = imp.load_module(
'_IMP_kmeans', fp, pathname, description)
34 _IMP_kmeans = swig_import_helper()
35 del swig_import_helper
40 _swig_property = property
45 def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
46 if (name ==
"thisown"):
47 return self.this.own(value)
49 if type(value).__name__ ==
'SwigPyObject':
50 self.__dict__[name] = value
52 method = class_type.__swig_setmethods__.get(name,
None)
54 return method(self, value)
56 object.__setattr__(self, name, value)
58 raise AttributeError(
"You cannot add attributes to %s" % self)
61 def _swig_setattr(self, class_type, name, value):
62 return _swig_setattr_nondynamic(self, class_type, name, value, 0)
65 def _swig_getattr_nondynamic(self, class_type, name, static=1):
66 if (name ==
"thisown"):
67 return self.this.own()
68 method = class_type.__swig_getmethods__.get(name,
None)
72 return object.__getattr__(self, name)
74 raise AttributeError(name)
76 def _swig_getattr(self, class_type, name):
77 return _swig_getattr_nondynamic(self, class_type, name, 0)
82 strthis =
"proxy of " + self.this.__repr__()
85 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
90 except AttributeError:
97 def _swig_setattr_nondynamic_method(set):
98 def set_attr(self, name, value):
99 if (name ==
"thisown"):
100 return self.this.own(value)
101 if hasattr(self, name)
or (name ==
"this"):
102 set(self, name, value)
104 raise AttributeError(
"You cannot add attributes to %s" % self)
110 weakref_proxy = weakref.proxy
112 weakref_proxy =
lambda x: x
115 class IMP_KMEANS_SwigPyIterator(object):
116 """Proxy of C++ swig::IMP_KMEANS_SwigPyIterator class"""
117 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
119 def __init__(self, *args, **kwargs):
120 raise AttributeError(
"No constructor defined - class is abstract")
121 __repr__ = _swig_repr
122 __swig_destroy__ = _IMP_kmeans.delete_IMP_KMEANS_SwigPyIterator
123 __del__ =
lambda self:
None
126 """value(IMP_KMEANS_SwigPyIterator self) -> PyObject *"""
127 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_value(self)
132 incr(IMP_KMEANS_SwigPyIterator self, size_t n=1) -> IMP_KMEANS_SwigPyIterator
133 incr(IMP_KMEANS_SwigPyIterator self) -> IMP_KMEANS_SwigPyIterator
135 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_incr(self, n)
140 decr(IMP_KMEANS_SwigPyIterator self, size_t n=1) -> IMP_KMEANS_SwigPyIterator
141 decr(IMP_KMEANS_SwigPyIterator self) -> IMP_KMEANS_SwigPyIterator
143 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_decr(self, n)
146 def distance(self, x):
147 """distance(IMP_KMEANS_SwigPyIterator self, IMP_KMEANS_SwigPyIterator x) -> ptrdiff_t"""
148 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_distance(self, x)
152 """equal(IMP_KMEANS_SwigPyIterator self, IMP_KMEANS_SwigPyIterator x) -> bool"""
153 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_equal(self, x)
157 """copy(IMP_KMEANS_SwigPyIterator self) -> IMP_KMEANS_SwigPyIterator"""
158 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_copy(self)
162 """next(IMP_KMEANS_SwigPyIterator self) -> PyObject *"""
163 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_next(self)
167 """__next__(IMP_KMEANS_SwigPyIterator self) -> PyObject *"""
168 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___next__(self)
172 """previous(IMP_KMEANS_SwigPyIterator self) -> PyObject *"""
173 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_previous(self)
176 def advance(self, n):
177 """advance(IMP_KMEANS_SwigPyIterator self, ptrdiff_t n) -> IMP_KMEANS_SwigPyIterator"""
178 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator_advance(self, n)
182 """__eq__(IMP_KMEANS_SwigPyIterator self, IMP_KMEANS_SwigPyIterator x) -> bool"""
183 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___eq__(self, x)
187 """__ne__(IMP_KMEANS_SwigPyIterator self, IMP_KMEANS_SwigPyIterator x) -> bool"""
188 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___ne__(self, x)
191 def __iadd__(self, n):
192 """__iadd__(IMP_KMEANS_SwigPyIterator self, ptrdiff_t n) -> IMP_KMEANS_SwigPyIterator"""
193 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___iadd__(self, n)
196 def __isub__(self, n):
197 """__isub__(IMP_KMEANS_SwigPyIterator self, ptrdiff_t n) -> IMP_KMEANS_SwigPyIterator"""
198 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___isub__(self, n)
201 def __add__(self, n):
202 """__add__(IMP_KMEANS_SwigPyIterator self, ptrdiff_t n) -> IMP_KMEANS_SwigPyIterator"""
203 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___add__(self, n)
206 def __sub__(self, *args):
208 __sub__(IMP_KMEANS_SwigPyIterator self, ptrdiff_t n) -> IMP_KMEANS_SwigPyIterator
209 __sub__(IMP_KMEANS_SwigPyIterator self, IMP_KMEANS_SwigPyIterator x) -> ptrdiff_t
211 return _IMP_kmeans.IMP_KMEANS_SwigPyIterator___sub__(self, *args)
215 IMP_KMEANS_SwigPyIterator_swigregister = _IMP_kmeans.IMP_KMEANS_SwigPyIterator_swigregister
216 IMP_KMEANS_SwigPyIterator_swigregister(IMP_KMEANS_SwigPyIterator)
225 _IMP_kmeans.IMP_DEBUG_swigconstant(_IMP_kmeans)
226 IMP_DEBUG = _IMP_kmeans.IMP_DEBUG
228 _IMP_kmeans.IMP_RELEASE_swigconstant(_IMP_kmeans)
229 IMP_RELEASE = _IMP_kmeans.IMP_RELEASE
231 _IMP_kmeans.IMP_SILENT_swigconstant(_IMP_kmeans)
232 IMP_SILENT = _IMP_kmeans.IMP_SILENT
234 _IMP_kmeans.IMP_PROGRESS_swigconstant(_IMP_kmeans)
235 IMP_PROGRESS = _IMP_kmeans.IMP_PROGRESS
237 _IMP_kmeans.IMP_TERSE_swigconstant(_IMP_kmeans)
238 IMP_TERSE = _IMP_kmeans.IMP_TERSE
240 _IMP_kmeans.IMP_VERBOSE_swigconstant(_IMP_kmeans)
241 IMP_VERBOSE = _IMP_kmeans.IMP_VERBOSE
243 _IMP_kmeans.IMP_MEMORY_swigconstant(_IMP_kmeans)
244 IMP_MEMORY = _IMP_kmeans.IMP_MEMORY
246 _IMP_kmeans.IMP_NONE_swigconstant(_IMP_kmeans)
247 IMP_NONE = _IMP_kmeans.IMP_NONE
249 _IMP_kmeans.IMP_USAGE_swigconstant(_IMP_kmeans)
250 IMP_USAGE = _IMP_kmeans.IMP_USAGE
252 _IMP_kmeans.IMP_INTERNAL_swigconstant(_IMP_kmeans)
253 IMP_INTERNAL = _IMP_kmeans.IMP_INTERNAL
255 _IMP_kmeans.IMP_KERNEL_HAS_LOG4CXX_swigconstant(_IMP_kmeans)
256 IMP_KERNEL_HAS_LOG4CXX = _IMP_kmeans.IMP_KERNEL_HAS_LOG4CXX
258 _IMP_kmeans.IMP_COMPILER_HAS_DEBUG_VECTOR_swigconstant(_IMP_kmeans)
259 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_kmeans.IMP_COMPILER_HAS_DEBUG_VECTOR
261 _IMP_kmeans.IMP_COMPILER_HAS_RANDOM_SHUFFLE_swigconstant(_IMP_kmeans)
262 IMP_COMPILER_HAS_RANDOM_SHUFFLE = _IMP_kmeans.IMP_COMPILER_HAS_RANDOM_SHUFFLE
264 _IMP_kmeans.IMP_COMPILER_HAS_THREE_WAY_swigconstant(_IMP_kmeans)
265 IMP_COMPILER_HAS_THREE_WAY = _IMP_kmeans.IMP_COMPILER_HAS_THREE_WAY
267 _IMP_kmeans.IMP_KERNEL_HAS_BOOST_RANDOM_swigconstant(_IMP_kmeans)
268 IMP_KERNEL_HAS_BOOST_RANDOM = _IMP_kmeans.IMP_KERNEL_HAS_BOOST_RANDOM
270 _IMP_kmeans.IMP_KERNEL_HAS_NUMPY_swigconstant(_IMP_kmeans)
271 IMP_KERNEL_HAS_NUMPY = _IMP_kmeans.IMP_KERNEL_HAS_NUMPY
273 _IMP_kmeans.IMP_KERNEL_HAS_GPERFTOOLS_swigconstant(_IMP_kmeans)
274 IMP_KERNEL_HAS_GPERFTOOLS = _IMP_kmeans.IMP_KERNEL_HAS_GPERFTOOLS
276 _IMP_kmeans.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER_swigconstant(_IMP_kmeans)
277 IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER = _IMP_kmeans.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER
279 _IMP_kmeans.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER_swigconstant(_IMP_kmeans)
280 IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER = _IMP_kmeans.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER
282 _IMP_kmeans.IMPKERNEL_SHOW_WARNINGS_swigconstant(_IMP_kmeans)
283 IMPKERNEL_SHOW_WARNINGS = _IMP_kmeans.IMPKERNEL_SHOW_WARNINGS
286 class _DirectorObjects(object):
287 """@internal Simple class to keep references to director objects
288 to prevent premature deletion."""
291 def register(self, obj):
292 """Take a reference to a director object; will only work for
293 refcounted C++ classes"""
294 if hasattr(obj,
'get_ref_count'):
295 self._objects.append(obj)
297 """Only drop our reference and allow cleanup by Python if no other
298 Python references exist (we hold 3 references: one in self._objects,
299 one in x, and one in the argument list for getrefcount) *and* no
300 other C++ references exist (the Python object always holds one)"""
301 objs = [x
for x
in self._objects
if sys.getrefcount(x) > 3 \
302 or x.get_ref_count() > 1]
306 def get_object_count(self):
307 """Get number of director objects (useful for testing only)"""
308 return len(self._objects)
309 _director_objects = _DirectorObjects()
311 class _ostream(object):
312 """Proxy of C++ std::ostream class"""
313 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
315 def __init__(self, *args, **kwargs):
316 raise AttributeError(
"No constructor defined")
317 __repr__ = _swig_repr
319 def write(self, osa_buf):
320 """write(_ostream self, char const * osa_buf)"""
321 return _IMP_kmeans._ostream_write(self, osa_buf)
323 _ostream_swigregister = _IMP_kmeans._ostream_swigregister
324 _ostream_swigregister(_ostream)
327 _IMP_kmeans.IMP_HAS_NOEXCEPT_swigconstant(_IMP_kmeans)
328 IMP_HAS_NOEXCEPT = _IMP_kmeans.IMP_HAS_NOEXCEPT
330 _IMP_kmeans.IMP_C_OPEN_BINARY_swigconstant(_IMP_kmeans)
331 IMP_C_OPEN_BINARY = _IMP_kmeans.IMP_C_OPEN_BINARY
334 _IMP_kmeans.IMP_KMEANS_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_kmeans)
335 IMP_KMEANS_HAS_BOOST_FILESYSTEM = _IMP_kmeans.IMP_KMEANS_HAS_BOOST_FILESYSTEM
337 _IMP_kmeans.IMP_KMEANS_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_kmeans)
338 IMP_KMEANS_HAS_BOOST_PROGRAMOPTIONS = _IMP_kmeans.IMP_KMEANS_HAS_BOOST_PROGRAMOPTIONS
340 _IMP_kmeans.IMP_KMEANS_HAS_BOOST_RANDOM_swigconstant(_IMP_kmeans)
341 IMP_KMEANS_HAS_BOOST_RANDOM = _IMP_kmeans.IMP_KMEANS_HAS_BOOST_RANDOM
343 _IMP_kmeans.IMP_KMEANS_HAS_BOOST_SYSTEM_swigconstant(_IMP_kmeans)
344 IMP_KMEANS_HAS_BOOST_SYSTEM = _IMP_kmeans.IMP_KMEANS_HAS_BOOST_SYSTEM
346 _IMP_kmeans.IMP_KMEANS_HAS_NUMPY_swigconstant(_IMP_kmeans)
347 IMP_KMEANS_HAS_NUMPY = _IMP_kmeans.IMP_KMEANS_HAS_NUMPY
349 _IMP_kmeans.IMPKMEANS_SHOW_WARNINGS_swigconstant(_IMP_kmeans)
350 IMPKMEANS_SHOW_WARNINGS = _IMP_kmeans.IMPKMEANS_SHOW_WARNINGS
352 _object_types.append(
"KMeans")
355 def _object_cast_to_KMeans(o):
356 """_object_cast_to_KMeans(Object o) -> KMeans"""
357 return _IMP_kmeans._object_cast_to_KMeans(o)
359 _IMP_kmeans.KM_LLOYDS_swigconstant(_IMP_kmeans)
360 KM_LLOYDS = _IMP_kmeans.KM_LLOYDS
362 _IMP_kmeans.KM_LOCAL_SWAP_swigconstant(_IMP_kmeans)
363 KM_LOCAL_SWAP = _IMP_kmeans.KM_LOCAL_SWAP
365 _IMP_kmeans.KM_LOCAL_EZ_HYBRID_swigconstant(_IMP_kmeans)
366 KM_LOCAL_EZ_HYBRID = _IMP_kmeans.KM_LOCAL_EZ_HYBRID
368 _IMP_kmeans.KM_HYBRID_swigconstant(_IMP_kmeans)
369 KM_HYBRID = _IMP_kmeans.KM_HYBRID
371 """Proxy of C++ IMP::kmeans::KMeans class"""
372 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
374 def __init__(self, *args):
376 __init__(IMP::kmeans::KMeans self, std::string const & fname_data, int dim, unsigned int max_nPts) -> KMeans
377 __init__(IMP::kmeans::KMeans self) -> KMeans
379 this = _IMP_kmeans.new_KMeans(*args)
381 self.this.append(this)
386 """get_version_info(KMeans self) -> VersionInfo"""
387 return _IMP_kmeans.KMeans_get_version_info(self)
390 def execute(self, *args):
392 execute(KMeans self, unsigned int k, IMP::kmeans::KM_ALG_TYPE alg_type, int stages=100)
393 execute(KMeans self, unsigned int k, IMP::kmeans::KM_ALG_TYPE alg_type)
394 execute(KMeans self, unsigned int k)
396 return _IMP_kmeans.KMeans_execute(self, *args)
399 def add_data_pt(self, p):
400 """add_data_pt(KMeans self, IMP::Floats const & p)"""
401 return _IMP_kmeans.KMeans_add_data_pt(self, p)
404 def clear_data(self):
405 """clear_data(KMeans self)"""
406 return _IMP_kmeans.KMeans_clear_data(self)
409 def get_data_point(self, i):
410 """get_data_point(KMeans self, unsigned int i) -> IMP::Floats const &"""
411 return _IMP_kmeans.KMeans_get_data_point(self, i)
414 def get_number_of_data_points(self):
415 """get_number_of_data_points(KMeans self) -> unsigned int"""
416 return _IMP_kmeans.KMeans_get_number_of_data_points(self)
419 def print_centers(self, *args):
421 print_centers(KMeans self, IMP::LogLevel ll)
422 print_centers(KMeans self)
424 return _IMP_kmeans.KMeans_print_centers(self, *args)
427 def get_center(self, i):
428 """get_center(KMeans self, unsigned int i) -> IMP::Floats"""
429 return _IMP_kmeans.KMeans_get_center(self, i)
432 def get_assignments(self):
433 """get_assignments(KMeans self) -> IMP::Ints"""
434 return _IMP_kmeans.KMeans_get_assignments(self)
437 def get_squared_distance_to_centers(self):
438 """get_squared_distance_to_centers(KMeans self) -> IMP::Floats"""
439 return _IMP_kmeans.KMeans_get_squared_distance_to_centers(self)
442 def get_number_of_centers(self):
443 """get_number_of_centers(KMeans self) -> unsigned int"""
444 return _IMP_kmeans.KMeans_get_number_of_centers(self)
448 """__str__(KMeans self) -> std::string"""
449 return _IMP_kmeans.KMeans___str__(self)
453 """__repr__(KMeans self) -> std::string"""
454 return _IMP_kmeans.KMeans___repr__(self)
459 return _object_cast_to_KMeans(o)
461 KMeans_swigregister = _IMP_kmeans.KMeans_swigregister
462 KMeans_swigregister(KMeans)
466 """get_module_version() -> std::string const"""
467 return _IMP_kmeans.get_module_version()
470 """get_example_path(std::string fname) -> std::string"""
471 return _IMP_kmeans.get_example_path(fname)
474 """get_data_path(std::string fname) -> std::string"""
475 return _IMP_kmeans.get_data_path(fname)
477 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.