root/doc/html/inline_dotgraph_1.dot
@
305
| Revision 271, 276 bytes (checked in by smidl, 17 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="estimated\n statistics"]; |
| 7 | "Data Source" -> "Result Logger" [label="Simulated\n data"]; |
| 8 | } |
Note: See TracBrowser
for help on using the browser.
