Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"Support Vector Clustering"

ftgoftgo Member Posts: 9 Contributor II
edited May 2019 in Help
Hi fellows,

Im trying to use SVClustering algorithm to perform some clustering tasks. However, this operator seems to not work as expected. Some issues I have noticed:

1) If we try to cluster the Iris dataset, the output is quite different from the expected one (for example, try this with KMeans with 3 clusters).

2) If we try with different parameter combinations, it does not seems to work either.

3) Trying to switch the kernel type it does not work. Looks like other than default one are not implemented.

4) What parameter represents the 'q' (the scale parameter of the Gaussian kernel) cited on the original paper (link: http://portal.acm.org/citation.cfm?id=944807) ?

Thanks in advance,
Felipe.
Tagged:

Answers

  • ftgoftgo Member Posts: 9 Contributor II
    Hi all,

    Does anyone can help me on this issue?
  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    I will help you as soon as you explain what you exactly mean by

    1) Incorrect clustering? Whats a correct clustering?

    2) What does it mean "does not work"? Crashes the program?

    3) What does it mean "does not work"? Crashes the program?

    4) It's the gamma I guess.

    Greetings,
      Sebastian
  • brianbakerbrianbaker Member Posts: 24 Maven
    I don't have any trouble running it - it doesn't crash.  I have been able to get 1 or 2 clusters, but not 3, from the iris set.

    It would be helpful to know how the parameters p, q, c map into RapidMiner.  (It looks like gamma is kernel specific??)
Sign In or Register to comment.