Skip to content

Commit 6f8a492

Browse files
authored
Update genfis.jl
fix docstring typo
1 parent 5517225 commit 6f8a492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/genfis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Performs fuzzy clustering on th data `X` using `N` clusters.
1616
1717
- `C` -- ``d × N``matrix of centers, each column is the center of a cluster.
1818
- `U` -- ``M × N`` matrix of membership degrees, `Uᵢⱼ`` tells has the membership degree of
19-
the ``j``th point to the ``i``th cluster.
19+
the ``i``th point to the ``j``th cluster.
2020
"""
2121
function fuzzy_cmeans(X::Matrix{T}, N::Int; m = 2.0, maxiter = 100,
2222
tol = 1e-5) where {T <: Real}

0 commit comments

Comments
 (0)