CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2003
    Location
    Malaysia
    Posts
    11

    Question fuzzy c-means into C++/C

    hello...
    i need your help..if there is anybody who are willing and expert in transforming this fuzzy c-means algorithm into C++ or C source code..please help me..the algorithm is being attached..your help will be kindly appreciated..
    Attached Files Attached Files

  2. #2
    Join Date
    Sep 2002
    Posts
    1,747
    What are you having difficulty with? Do you have a fuzzy pseudopartition class implemented (along with dependent classes)? Which algorithms have you implemented?

    Also, you should keep superscripts on step 2 to help keep things clearer.
    */*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/

    "It's hard to believe in something you don't understand." -- the sidhi X-files episode

    galathaea: prankster, fablist, magician, liar

  3. #3
    Join Date
    Apr 2003
    Location
    Malaysia
    Posts
    11
    thank you for your concern to help me..

    actually i'm a beginner..i start with nothing at all..so i just receive the fuzzy c-means algorithm and i have to work it out in C++ or C..so here i attached the fuzzy c-means example..from the program, the output will be in terms of figures that shows the clusters area...i hope anybody can help me..thank you very much...
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured