File: example0.dawg

package info (click to toggle)
dawg 1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: cpp: 2,598; ansic: 520; perl: 467; sh: 101; makefile: 18
file content (10 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#example0.dawg
#simple tree with set seed
#used to check dawg
#because every node is labeled every node is in the output

Tree = ((A:0.1,B:0.1)D:0.1,C:0.2)R;
Lambda = 0.1
GapModel = "NB"
GapParams = {1,0.5}
Seed = 1000