Skip to content

[ENH] Add KDTW kernel to be used with kernelKmeans algorithm for time series clustering #1728

Closed
@boujida-h

Description

@boujida-h

Describe the feature or idea you want to propose

The algorithm TimeSeriesKernelKMeans in the API reference for clustering does not take KDTW**, A Regularized Dynamic Time Warping Kernel, as a kernel.

** : https://github.com/pfmarteau/KDTW/tree/master

Describe your proposed solution

Integrate the KDTW given above in https://www.aeon-toolkit.org/en/stable/api_reference/auto_generated/aeon.clustering.TimeSeriesKernelKMeans.html#aeon.clustering.TimeSeriesKernelKMeans

The kernelKmeans algorithm must use the KDTW as a kernel.

Metadata

Metadata

Assignees

Labels

clusteringClustering packageenhancementNew feature, improvement request or other non-bug code enhancementimplementing algorithmsImplementing new algorithms/estimators

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions