The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Support Vector Clustering"
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.
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:
0
Answers
Does anyone can help me on this issue?
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
It would be helpful to know how the parameters p, q, c map into RapidMiner. (It looks like gamma is kernel specific??)