File: tmin4.xml

package info (click to toggle)
ggobi 2.1.11-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 13,208 kB
  • ctags: 6,166
  • sloc: ansic: 53,297; xml: 28,411; sh: 11,791; makefile: 264; sed: 16
file content (59 lines) | stat: -rw-r--r-- 2,273 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
<ggobidata ids="alpha" count="2">

<data name="Calls">
<description>
 This is a simple example for testing automatically
 computed levels for a categorical variable using
 the levels="auto" attribute for a categoricalvariable
 element. It also uses the string element to identify these values.
 And differs from tmin3.xml by having edges that use these identifiers.
</description>
<variables count="9">
 <realvariable name="nseconds" />
 <realvariable name="whatever" />
 <randomuniformvariable name="u1" />
 <randomuniformvariable name="u2" />
 <categoricalvariable name="fraudp">
   <levels count="3">
     <level value="0"> low </level>
     <level value="1"> medium </level>
     <level value="2"> high </level>
   </levels>
 </categoricalvariable>
 <categoricalvariable name="bizres">
   <levels count="3">
     <level value="0"> biz </level>
     <level value="1"> res </level>
     <level value="2"> unknown </level>
   </levels>
 </categoricalvariable>
 <categoricalvariable name="name" levels="auto" />
 <randomuniformvariable name="u3" />
 <randomuniformvariable name="u4" />
</variables>

<records count="7">
 <record id="a1" label="a1"><int>0</int><int>10</int> <int>0</int><int>0</int> <string>AB C</string></record>
 <record id="b2"><int>1</int> <int>20</int><int>0</int><int>1</int> <string>DEF</string> </record>
 <record id="c3"><int>2</int> <int>30</int><int>1</int><int>2</int> <string>GHI</string> </record>
 <record id="d4"><int>3</int> <int>40</int><int>2</int><int>1</int> <string>J</string> </record>
 <record id="e5"><int>4</int> <int>50</int><int>2</int><int>2</int> <string>KLM</string> </record>
 <record id="f6"><int>5</int> <int>60</int><int>2</int><int>1</int> <string>NOP QRST</string> </record>
 <record id="g7"><real>6</real>
 <real>70</real><int>2</int><int>2</int><string>Happy Birthday</string></record>
</records>
</data>

<data name="foo">
<variables count="2">
<realvariable name="X" />
<realvariable name="Y" />
</variables>
<records count="3"> 
<record source="a1" destination="b2" id="b2" label="one->1">1.0 2.0</record>
<record source="e5" destination="f6" id="d4" label="two->3">2.0 1.0</record>
<record source="c3" destination="g7" id="f6" label="three->5">2.0 2.0</record>
</records>
</data>
</ggobidata>