"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.
Find more posts tagged with
Sort by:
1 - 3 of
31
Does anyone can help me on this issue?