Mercurial > hg > audio-features-catalogue
annotate fcadata/PsySound3.dot @ 18:d5012016bf64 tip
added rdfpy and rdfonto directories
author | nothing@tehis.net |
---|---|
date | Tue, 23 Apr 2013 11:49:20 +0100 |
parents | 8bd8453e0551 |
children |
rev | line source |
---|---|
nothing@2 | 1 digraph Lat{ |
nothing@2 | 2 node [ shape=record,margin="0.2,0.055" ]; |
nothing@2 | 3 edge[dir="none"]; |
nothing@4 | 4 c0 [label = "{|}"]; |
nothing@4 | 5 c1 [label = "{dimensionality-one-dimensional|Sharpness}"]; |
nothing@4 | 6 c2 [label = "{output-Dense|Loudness}"]; |
nothing@4 | 7 c3 [label = "{domain-frequency|}"]; |
nothing@2 | 8 c1 -> c0 |
nothing@4 | 9 c2 -> c0 |
nothing@4 | 10 c3 -> c1 |
nothing@4 | 11 c3 -> c2 |
nothing@2 | 12 } |