Getting Started
Recipes
API reference
Migrating from 1.x to 2.0
Notebooks
Search…
k
api
costs
RBF
type
costs.RBF
class RBF:
RBF-kernel cost ``1 - exp(-gamma * ‖a - b‖²)``.
Members
method
__call__
Compute the RBF-kernel cost matrix.
__init__
property
field
gamma
Source: unitrack/costs/distance.py:175