I have a dataset with certain input and a output and I need to describe it in a fuzzy model.

I am trying to use c means cluster to create the membership functions. I trying to use the cmeans() function from the scikit library in Python and as the data parameter for the function it is asked a 2d array, what data should I use to compose each column?

More Raquel Andrade's questions See All
Similar questions and discussions