Kmeans works with uint16 data?

 Accepted Answer

doc kmeans
would give you the answer to this, which is exactly what I just did to provide the answer that No uint16 is not supported (only single and double), but you can just convert our data by
single( data )
and then use it.

More Answers (0)

Asked:

on 29 Oct 2015

Answered:

on 29 Oct 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!