cbr_fox.adapters.sktime_interface

Functions

compute_distance_interface(...)

Interface for computing pairwise distances using sktime metrics or custom callable functions.

distance_sktime_interface(...[, kwargs])

Interface for computing pairwise distances using a custom or built-in sktime metric.

pearson(x, y)

Computes the Pearson correlation coefficient between two arrays.