Tagged with k-means-clustering - Visokio Forums http://forums.visokio.com/discussions/tagged/k-means-clustering/feed.rss Mon, 30 Oct 17 18:15:09 -0400 Tagged with k-means-clustering - Visokio Forums en-CA R Analytics: "K-means clustering" option of "R statistics operation" block broken? http://forums.visokio.com/discussion/2927/r-analytics-k-means-clustering-option-of-r-statistics-operation-block-brokens Thu, 07 May 2015 12:21:53 -0400 joshlk 2927@/discussions
"Error executing R operation.

Error in data.frame(input_data, cluster) :
arguments imply differing number of rows: 139, 61
Execution halted"

I had a look at the underlying R code and it looks like the data is first filtered for null values:

"subset<-na.omit(subset)"<br />
But the last operation tries to remerge the original dataset with the clustering results even though some of the original lines where omitted.

Versions -
Omniscope: 2.9 build 1593 x64
R version: 3.2.0]]>