jluttine / junction-tree

The junction tree algorithm for (discrete) factor graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What does the size of a variable mean?

Oliver-zrz opened this issue · comments

Hello,
I have no idea what the size of the variable below represents

{
    var1: size1,
    ...
    varM: sizeM
}

But I found that it can have an effect on the result, could you please explain what it means?

Hello,
The size is the number of discrete states which a variable can possibly take on.

Hello, The size is the number of discrete states which a variable can possibly take on.

I understand, thanks a lot