skhubness.reduction.MutualProximity

class skhubness.reduction.MutualProximity(k: int = 5, method: str = 'normal', verbose: int = 0)[source]

Hubness reduction with Mutual Proximity.

__init__(self, k: 'int' = 5, method: 'str' = 'normal', verbose: 'int' = 0)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(self, k, method, verbose)

Initialize self.

fit(self, neigh_dist, neigh_ind, \*args, …)

transform(self, neigh_dist, neigh_ind, …)