annotate fcadata/jMIR.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@2 4 c0 [label = "{|}"];
nothing@2 5 c1 [label = "{domain-temporal|ZeroCrossingRate}"];
nothing@4 6 c2 [label = "{|SpectralFlux}"];
nothing@2 7 c3 [label = "{|}"];
nothing@4 8 c4 [label = "{|SpectralCentroid}"];
nothing@2 9 c5 [label = "{|}"];
nothing@4 10 c6 [label = "{|}"];
nothing@4 11 c7 [label = "{dimensionality-one-dimensional|}"];
nothing@4 12 c8 [label = "{domain-cepstral|MelscaleFrequencyCepstralCoeff...}"];
nothing@2 13 c9 [label = "{|}"];
nothing@4 14 c10 [label = "{|}"];
nothing@4 15 c11 [label = "{domain-time|}"];
nothing@4 16 c12 [label = "{|LinearPredictiveCoding}"];
nothing@2 17 c13 [label = "{|}"];
nothing@4 18 c14 [label = "{level-physical|}"];
nothing@4 19 c15 [label = "{domain-frequency|}"];
nothing@4 20 c16 [label = "{temporalscale-intraframe|}"];
nothing@4 21 c17 [label = "{domain-modulation frequency|BeatHistogram}"];
nothing@4 22 c18 [label = "{level-perceptual|}"];
nothing@4 23 c19 [label = "{dimensionality-multi-dimension...|}"];
nothing@4 24 c20 [label = "{|Coefficients (Mel-Frequency Ce...}"];
nothing@2 25 c1 -> c0
nothing@2 26 c2 -> c0
nothing@2 27 c3 -> c1
nothing@2 28 c3 -> c2
nothing@2 29 c4 -> c0
nothing@2 30 c5 -> c1
nothing@2 31 c5 -> c4
nothing@4 32 c6 -> c2
nothing@4 33 c6 -> c4
nothing@4 34 c7 -> c3
nothing@4 35 c7 -> c5
nothing@2 36 c7 -> c6
nothing@4 37 c8 -> c0
nothing@4 38 c9 -> c1
nothing@4 39 c9 -> c8
nothing@4 40 c10 -> c4
nothing@2 41 c10 -> c8
nothing@4 42 c11 -> c5
nothing@4 43 c11 -> c9
nothing@4 44 c11 -> c10
nothing@4 45 c12 -> c8
nothing@2 46 c13 -> c2
nothing@4 47 c13 -> c12
nothing@2 48 c14 -> c3
nothing@4 49 c14 -> c9
nothing@2 50 c14 -> c13
nothing@4 51 c15 -> c6
nothing@4 52 c15 -> c10
nothing@4 53 c15 -> c13
nothing@4 54 c16 -> c7
nothing@4 55 c16 -> c11
nothing@4 56 c16 -> c14
nothing@2 57 c16 -> c15
nothing@4 58 c17 -> c0
nothing@4 59 c18 -> c4
nothing@2 60 c18 -> c17
nothing@4 61 c19 -> c12
nothing@4 62 c19 -> c17
nothing@4 63 c20 -> c16
nothing@2 64 c20 -> c18
nothing@4 65 c20 -> c19
nothing@2 66 }