View source: R/simulation_util.R
sim.field.random.simplest | R Documentation |
Simulate an MRF with random unary (node) and pair (edge) potentials using a specified adjacency matrix.
sim.field.random.simplest(adjacentcy.matrix, num.states, num.sims, seed = NULL)
XX |
The XX |
Uses simplest standard parameterization I can think of: tau1 = tau2 ..., w11=w22, w12=w21, ...
The function will XX
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.