Wolfram Language

Aprendizagem automática

Agrupe erupções de géiser

Visualize propriedades de erupções do géiser "Old Faithful".

In[1]:=
Click for copyable input
eruptions = ExampleData[{"Statistics", "OldFaithful"}]; ListPlot[data, FrameLabel -> {"Eruption time in minutes", "Waiting time to next eruption in minutes"}, Frame -> True]
Out[1]=

Calcule um classificador que separa erupções.

In[2]:=
Click for copyable input
c = ClusterClassify[eruptions]
Out[2]=

Visualize os agrupamentos.

In[3]:=
Click for copyable input
clusters = GatherBy[data, c]; ListPlot[clusters, FrameLabel -> {"Eruption time in minutes", "Waiting time to next eruption in minutes"}, Frame -> True]
Out[3]=

Exemplos Relacionados

de en es fr ja ko ru zh