Discussion:
clustering
(too old to reply)
gil
2008-04-14 09:07:00 UTC
Permalink
does anybody know how the clustering heuristics to best determine the number
of clusters works?
how good is it?
can i change it?

thanks
Gil


http://msdn2.microsoft.com/en-us/library/ms174879.aspx
CLUSTER_COUNT:
Specifies the approximate number of clusters to be built by the algorithm.
If the approximate number of clusters cannot be built from the data, the
algorithm builds as many clusters as possible. Setting the CLUSTER_COUNT to 0
causes the algorithm to use heuristics to best determine the number of
clusters to build.

The default is 10.
gil
2008-04-22 11:26:00 UTC
Permalink
anyone?
Post by gil
does anybody know how the clustering heuristics to best determine the number
of clusters works?
how good is it?
can i change it?
thanks
Gil
http://msdn2.microsoft.com/en-us/library/ms174879.aspx
Specifies the approximate number of clusters to be built by the algorithm.
If the approximate number of clusters cannot be built from the data, the
algorithm builds as many clusters as possible. Setting the CLUSTER_COUNT to 0
causes the algorithm to use heuristics to best determine the number of
clusters to build.
The default is 10.
Loading...