how to define noisy_max parameter in Matlab

The engine.
Post Reply
cymytlds
Posts: 4
Joined: Tue Jun 13, 2017 10:13 pm

how to define noisy_max parameter in Matlab

Post by cymytlds »

Does anyone know how to define noisy_max parameter in MATLAB? There is only CPT node example in jSMILE MATLAB tutorial. Thanks!
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: how to define noisy_max parameter in Matlab

Post by shooltz[BayesFusion] »

To set the noisy probabilities use Network.setNodeDefintion. Note that an array you're passing into this function must contain the constrained columns (the ones which are grayed out in GeNIe).

To set the order of parent states, use Network.setNoisyParentStrengths.
cymytlds
Posts: 4
Joined: Tue Jun 13, 2017 10:13 pm

Re: how to define noisy_max parameter in Matlab

Post by cymytlds »

Thanks! Any manual is provided?
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: how to define noisy_max parameter in Matlab

Post by shooltz[BayesFusion] »

No, there's no manual yet, but we're working on it. If you have any questions regarding any SMILE variant, this forum is the best place to ask :)
Post Reply