root/library/doc/html/inline_dotgraph_2.dot
@
641
Revision 632, 272 bytes (checked in by smidl, 15 years ago) |
---|
Line | |
---|---|
1 | |
2 | digraph estimation{ |
3 | node [shape=box]; |
4 | {rank="same"; "Data Source"; "Bayesian Model"} |
5 | "Data Source" -> "Bayesian Model" [label="data"]; |
6 | "Bayesian Model" -> "Result Logger" [label="estimation\n result"]; |
7 | "Data Source" -> "Result Logger" [label="Simulated\n data"]; |
8 | } |
Note: See TracBrowser
for help on using the browser.