I want to apply fuzzy c-mean clustering on binary data. Is it possible to apply fuzzy clustering on binary data? If yes please give me solution. If not, then please suggest me another clustering which can be applied on binary data? Data is in the following format. first data [1 1 1 0 1 0 0 1 1] second data [1 1 0 1 1 1 1 1 1] etc.