I invented a formula on the relationships between the number of clusters and the maximum number of informative features. I mean informative features that are necessary to achieve perfect degree of separation between the clusters.
Assumption: I consider gaussian clusters only (any ellipse shape or circles).
I am considered the following cases.
From the above cases, I concluded that
THE_MAXIMUM_NUMBER_OF_INFORMATIVE_FEATURES = NUMBER_OF_CLUSTERS - 1;
I suppose that the formula will work for 4 clusters, 5 clusters, 6 cluster and so on.
Question: Is my formula correct?
I appreciate any references on relevant papers.