FuzzyLogic.jl icon indicating copy to clipboard operation
FuzzyLogic.jl copied to clipboard

Add Gustafson-Kessel clustering algorithm

Open tomas-remis opened this issue 3 months ago • 1 comments

PR description

Implemented Gustafson-Kessel clustering algorithm.

Before

After

  • Added Gustafson-Kessel in genfis.jl
  • Added Gustafson-Kessel unit test in test_genfis.jl
  • Added LinearAlgebra and Statistics packages as project dependencies

Related issues

Checklist

  • [x] Added Gusstafson-Kessel base algorithm
  • [x] Added tests
  • [x] Added docstring
  • [ ] Refactored/optimized code
  • [ ] Unified Gustafson-Kessel and fuzzy c-means under AbstractFuzzyClustering

Other

tomas-remis avatar Sep 01 '25 15:09 tomas-remis