mixnet = HPAM1 description: Hierarchical PAM model (HPAM1), testing C1B and C2 structures as well as custom selectors. Model with fully dependent samplers. preferences: verbose = 1 formatCode = 0 fastSerial = 0 fastParallel = 1 parallelMode = 0 indepSamplers = 1 directAssign = 0 nameSuffix = 1 runModel = 1 # standard values K = 20 alpha = 0.1 corpus = nips/nips iter = 10 iterq = 10 nodes: doc-suptop = theta : M, X | alpha : X top-subtop = thetax : M, X, Y | alphax : X, Y toptop-level = zeta : X, Y, L = 3 | gamma : 1 hiertop-word = phi : 1 + X + Y, V | beta : 1 sequences: words = w : m, n : M, w[m].length : W edges: words = w :: document = m : M suptopic = x : X subtopic = y : Y level = l : L word = w : V network: m >> theta | alpha >> x m,x >> thetax | alphax[x] >> y x,y >> zeta | gamma >> l x,y,l >> phi[k] >> w k : { if (l==0) k = 0; else if (l==1) k = 1 + x; else if (l==2) k = 1 + X + y; }.