| New in Wolfram Mathematica 6: Exploratory Data Analysis | ◄ previous | next ► |
Immediately Perform Cluster Analysis
Mathematica 6 adds general cluster analysis functionality, for data in any number of dimensions.
In[1]:= | ListPlot[FindClusters[Accumulate[RandomReal[{-1, 1}, {2000, 2}]], 4],
AspectRatio -> Automatic] |
Out[1]= ![]() | ![]() |


