Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データフレームdf_1には8つの列があり、次のコードが使用されていると言います。
df_1
res = kmeans(df_1, 4, nstart=40)
K-means クラスタリングの結果は に保存されresます。
res
ほとんどの例では、クラスタリングを示すために 2 つのディメンション (つまり 2 つの列) が使用されています。
ただし、上記のコードでdf_1は、8 つの次元があります。
どの列が使用されたかを知るにはどうすればよいですか?