The documentation about this seems somewhat outdated. I was hoping to make continuous gaussian nodes with discrete parents. Does anyone have some sample code that shows how one would go about doing this. Also could inference be performed on such a network and what would be a suitable algorithm.
I really appreciate any help.
Thanks.
help with continuous nodes
-
- Site Admin
- Posts: 1457
- Joined: Mon Nov 26, 2007 5:51 pm
Re: help with continuous nodes
Current implementation does not allow for mixing of continuous and discrete nodes. You can try to model pseudo-discrete features in continuous node with functions like If or Switch.