ClusterProxyKD

class pyopenms.ClusterProxyKD

Bases: object

Cython implementation of _ClusterProxyKD

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1ClusterProxyKD.html

__init__()
  • Cython signature: void ClusterProxyKD()

  • Cython signature: void ClusterProxyKD(ClusterProxyKD &)

  • Cython signature: void ClusterProxyKD(size_t size, double avg_distance, size_t center_index)

Methods

__init__

  • Cython signature: void ClusterProxyKD()

getAvgDistance

Cython signature: double getAvgDistance()

getCenterIndex

Cython signature: size_t getCenterIndex()

getSize

Cython signature: size_t getSize()

isValid

Cython signature: bool isValid()

getAvgDistance()

Cython signature: double getAvgDistance()

getCenterIndex()

Cython signature: size_t getCenterIndex()

getSize()

Cython signature: size_t getSize()

isValid()

Cython signature: bool isValid()