KDTreeFeatureNode#

class pyopenms.KDTreeFeatureNode#

Bases: object

Cython implementation of _KDTreeFeatureNode

Original C++ documentation is available here

A node of the kD-tree with pointer to corresponding data and index

__init__()#

Overload:

__init__(self, in_0: KDTreeFeatureNode) None

Overload:

__init__(self, data: KDTreeFeatureMaps, idx: int) None

Methods

__init__

getIndex(self)

Returns index of corresponding feature in data_

getIndex(self) int#

Returns index of corresponding feature in data_