Skip to content

Commit 528238e

Browse files
authored
Fixed a couple of typos
1 parent 0c9bf84 commit 528238e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/soft_clustering_explanation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ first cluster" as a point solidly in the center that is very distant
2020
from the second cluster. Equally, if the clustering algorithm supports
2121
noise assignments, then points are simply assigned as "noise". We are
2222
left with no idea as to which, if any cluster, they might have just
23-
missed the cur on being in.
23+
missed the cut on being in.
2424

2525
The remedy for this is 'soft clustering' or 'fuzzy clustering'. In this
2626
approach points are not assigned cluster labels, but are instead assigned
@@ -116,7 +116,7 @@ than ideal. The second way of looking at things is to consider how much
116116
of an outlier the point is relative to each cluster -- using something
117117
akin to the outlier scores from GLOSH. The advantage of this approach is
118118
that it handles odd shaped clusters (even toroidal clusters) far better
119-
since it will explciitly follow the manifolds of the clusters. The down
119+
since it will explicitly follow the manifolds of the clusters. The down
120120
side of the outlier approach is that many points will all be equally
121121
"outlying", particularly noise points. Our goal is to fuse these two
122122
ideas.

0 commit comments

Comments
 (0)