Skip to content

Commit

Permalink
trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-whitehead committed Nov 13, 2024
1 parent 0451056 commit 92d2fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/centers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pub enum Center {
/// Assumes input coordinates are in degrees (latitude, longitude).
/// Output coordinates are also in degrees.
GeoCentroid,
/// The point in a cluster with the minimum distance to all other points. Computationally more
/// expensive than centroids as requires calculation of pairwise distances (using the selected
/// The point in a cluster with the minimum distance to all other points. Computationally more
/// expensive than centroids as requires calculation of pairwise distances (using the selected
/// distance metric). The output will be an observed data point in the cluster.
Medoid,
}
Expand Down

0 comments on commit 92d2fe1

Please sign in to comment.