I have hundreds of variables with binary values i.e., 1 & 0 and I want to see how these variables fall into different clusters? I don't see any python methods to apply. But I can see one in R: http://arxiv.org/pdf/1112.0295.pdf
For example, I have data with variables(features) a1, a2, a3, a4,.......,a100. Each a's are binary variables. Instead of applying clustering on observations I want to apply clustering on a1,a2,...,a100 and want to see in which clusters a1 falls or a2 falls.
Does any one know similar package or methods in python? I tried to apply R interface in Anaconda so that I can use R methods but interface is not working.
Python 3.4.3 |Anaconda 2.3.0 (64-bit)|