Is there any matlab function for K-means++ with handling missing data?
Show older comments
I have incomplete data. I would like to cluster the data. Data are incomplete, like this: 1 2 3 4 5 6 6 7 8 4 5 6 6 7 8 NaN NaN 2 5 6 7 that means contains some NaN values. N.B. I am using Matlab R2014b
2 Comments
José-Luis
on 1 Aug 2016
Why don't you get rid of the missing data?
K M Ibrahim Khalilullah
on 2 Aug 2016
Accepted Answer
More Answers (0)
Categories
Find more on k-Means and k-Medoids Clustering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!