Wolfram 언어

향상된 기계 학습

간헐천의 분출 클러스터

올드 페이스풀 간헐천의 분출 특성을 시각화합니다.

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]=

분출을 분할하는 분류자를 계산합니다.

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

클러스터를 시각화합니다.

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]=

관련 예제

de en es fr ja pt-br ru zh