An illustration of the Markov chain described here: XrateFormat#RevBinaryHiddenClass

Layout is somewhat clunky... blame GraphViz wink

digraph Rev_with_hidden_class { pack="true";

subgraph label1 { A1 [color="red"]; C1 [color="red"]; G1 [color="red"]; U1 [color="red"]; A1 -> C1 [dir="both"]; A1 -> G1 [dir="both"]; A1 -> U1 [dir="both"];

C1 -> G1 [dir="both"]; C1 -> U1 [dir="both"];

G1 -> U1 [dir="both"]; }

subgraph label2 { A2 [color="blue"]; C2 [color="blue"]; G2 [color="blue"]; U2 [color="blue"]; A2 -> C2 [dir="both"]; A2 -> G2 [dir="both"]; A2 -> U2 [dir="both"];

C2 -> G2 [dir="both"]; C2 -> U2 [dir="both"];

G2 -> U2 [dir="both"]; }

A1 -> A2 [dir="both"]; C1 -> C2 [dir="both"]; G1 -> G2 [dir="both"]; U1 -> U2 [dir="both"];

};

-- IanHolmes - 06 Mar 2007

Topic revision: r6 - 2007-03-06 - TWikiGuest
 

This site is powered by the TWiki collaboration platformCopyright © 2008-2013 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
TWiki Appliance - Powered by TurnKey Linux