We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5517225 commit 6f8a492Copy full SHA for 6f8a492
src/genfis.jl
@@ -16,7 +16,7 @@ Performs fuzzy clustering on th data `X` using `N` clusters.
16
17
- `C` -- ``d × N``matrix of centers, each column is the center of a cluster.
18
- `U` -- ``M × N`` matrix of membership degrees, `Uᵢⱼ`` tells has the membership degree of
19
- the ``j``th point to the ``i``th cluster.
+ the ``i``th point to the ``j``th cluster.
20
"""
21
function fuzzy_cmeans(X::Matrix{T}, N::Int; m = 2.0, maxiter = 100,
22
tol = 1e-5) where {T <: Real}
0 commit comments