我試圖使用從BCV包SVD歸集但所有的估算值相同(按列)。 這是有缺失數據的 http://pastebin.com/YS9qaUPs #load data
dataMiss = read.csv('dataMiss.csv')
#impute data
SVDimputation = round(impute.svd(dataMiss)$x, 2)
#find index of miss
我試圖創建SparseVectors的RDD一個RowMatrix但我得到以下錯誤: <console>:37: error: type mismatch;
found : dataRows.type (with underlying type org.apache.spark.rdd.RDD[org.apache.spark.mllib.linalg.SparseVector])
requi