Here is my problem which I hope you can help me with:
Lets say we live in a world where there are only two categories, where each has some features. The objects in this world are different permutations of these features.
cat1: {a, b, c, d, e, f}
cat2: {g, h, i, j}
Now we have an object with these features:
obj: {a, b, c, d, g, h}
What is the probability that this object gets categorized as Cat.1? p(cat1|a, b, c, d, g, h)?
In general how can I model an equation for: n categories each with different number of features, objects with different permutations?