-2

I have to cluster a list of jobs using fuzzy c-means optimized by the ABC Algorithm. any example of applying those algorithm together ??

thank you very much in advance for helping ...

Amro
  • 123,847
  • 25
  • 243
  • 454
Mariya
  • 847
  • 1
  • 9
  • 25
  • @mjv, even though you edited. This really doesn't make any sense lol. Really badly asked! – PaulM Jul 10 '11 at 21:06
  • @PaulM: agreed. I don't have direct experience with ABC algorithm and I was wondering if someone would be able to make sense of this all before it gets closed... – mjv Jul 10 '11 at 21:11
  • Cleared up title a bit more, but also not sure on ABC algorithm and if it and c-means clustering get along. – Ben Regenspan Jul 10 '11 at 21:22
  • I'm sorry , i edited the question , hope it's clearer now – Mariya Jul 10 '11 at 21:31

1 Answers1

1

ABC is used to optimize the FCM algorithm I'm working on a project in the same field and i found this helpful FCM ABC

AWRAM
  • 333
  • 2
  • 16