salmon.triplets.samplers.CKL

class salmon.triplets.samplers.CKL(mu=1, **kwargs)

The crowd kernel embedding. Proposed in [1].

References

1

Tamuz, O., Liu, C., Belongie, S., Shamir, O., & Kalai, A. T. (2011). Adaptively learning the crowd kernel. https://arxiv.org/abs/1105.1033

__init__(mu=1, **kwargs)
Parameters
mufloat

The mu or \(\mu\) used in the CKL embedding. This is typically small; the default is \(10^{-4}\).

kwargsdict

Keyword arguments to pass to Adaptive.