Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
molti-tasking committed Oct 29, 2024
1 parent ece3c1e commit 0ab0359
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/clustering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ const clustering = (
/**
* DBSCAN-based clustering function to group data points based on density.
*
* @param values A list of multivariate time series entries of type Record<string, number>[] where each record contains multiple columns (e.g., time series values).
* @param eps The maximum distance for clustering data points.
* @returns A 2D array where each sub-array represents a cluster of points.
*/
const clusteringDBSCAN = (
values: [string, Record<number, number>][],
Expand Down

0 comments on commit 0ab0359

Please sign in to comment.