Exporting clustering analysis data
Hi,
I have done the k-means clustering using auto model and got the results like cluster label attribute and all clustering attributes , but normalized representation. When I use write to excel operator it writes my data to file also in normalized view which I can not use to make a business decisions. Is there any way to get my initial raw data (as they were uploaded to analysis) but with the clustering labels?
Thanks, Ilona
Find more posts tagged with
Sort by:
1 - 1 of
11
Hi @ilona_revenchuk,
sure. you can just apply the clustering model on the data using the apply model oprator.
Best,
Martin