Recently I came to study clustering in the field of data mining, and I studied sequential clustering and hierarchical clustering and k-tools.
I also read about the statement that distinguishes the k-tool from the other two clustering methods, saying that the k-tool does not handle nominal attributes very well, but the text does not explain this point. the difference that I see is that for K-means we will know in advance that we will need exactly K clusters, until we know how many clusters we need for the other two clustering methods.
So can anyone give me some idea of ββwhy such a statement exists, i.e. Does a k-tool have this problem when considering examples of nominal attributes, and is there a way to overcome this?
Thanks in advance.
artificial-intelligence machine-learning neural-network data-mining
Kevin
source share