Ähnliche Farben clustern
Fassen Sie Farben nach ihrer Ähnlichkeit zusammen.
In[1]:=
colors = RandomColor[30]Out[1]=
In[2]:=
Dendrogram[colors, ImageSize -> 500]Out[2]=

Fassen Sie Farben nach ihrer Ähnlichkeit zusammen.
colors = RandomColor[30]Dendrogram[colors, ImageSize -> 500]