-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.xml
More file actions
74 lines (74 loc) · 4.4 KB
/
example.xml
File metadata and controls
74 lines (74 loc) · 4.4 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<inputfiles>
<datafile>
<data_id>stamm2009_g1</data_id>
<path>C:\Users\HellwigP\Documents\4 Technology\00 Development\zufall\Devdata\stamm_v.csv</path>
<type>csv</type> <!-- Satzart / csv --> <!-- Erlaubt für Satzart: Stamm (=SA100), Arzneimittel (=SA400), Stationaer (=SA500), Ambulant(=SA600) -->
<is_sorted>False</is_sorted>
<idfield>PID,Bezugsjahr+value(1)</idfield> <!-- optional; Bsp: PID,Bezugsjahr-value(1); default:PID -->
<leadingtable>True</leadingtable><!-- optional; diese Tabelle wird um Features erweitert, dh. alle Zeile bleiben erhalten -->
<leadingtable_columns>A,B,C</leadingtable_columns><!-- optional; Columns der Leadingtable, die behalten werden; wenn leer; keine; wenn nicht vorhanden: alle -->
<leadingtable_numfield>D</leadingtable_numfield><!-- optional; Spalte der Leadingtable, die die rowno (für Matlab Sparse Matrix) enthält -->
<separator>;</separator> <!-- optional: separator for csv; standardmäßig ";" -->
<quote>"</quote><!-- optional; standardmäßig: none -->
</datafile>
<datafile>
<data_id>stamm2010_g1</data_id>
<path>C:\Users\HellwigP\Documents\4 Technology\00 Development\zufall\Devdata\stamm_v.csv</path>
<type>csv</type> <!-- Satzart / csv --> <!-- Erlaubt für Satzart: Stamm (=SA100), Arzneimittel (=SA400), Stationaer (=SA500), Ambulant(=SA600) -->
<is_sorted>False</is_sorted>
<idfield>PID,Bezugsjahr+value(1)</idfield> <!-- optional; Bsp: PID,Bezugsjahr-value(1); default:PID -->
</datafile>
<datafile>
<data_id>Arzneimittel</data_id>
<path>C:\Users\HellwigP\Documents\4 Technology\00 Development\zufall\Devdata\am_evo_v.csv</path>
<type>csv</type> <!-- Satzart / csv -->
<is_sorted>False</is_sorted>
<idfield>PID,Bezugsjahr+value(1)</idfield> <!-- optional; Bsp: PID,Bezugsjahr-value(1); default:PID -->
</datafile>
<datafile>
<data_id>kh_diagnose2010_g1</data_id>
<path>C:\Users\HellwigP\Documents\4 Technology\00 Development\zufall\Devdata\kh_diagnose_v.csv</path>
<type>csv</type> <!-- Satzart / csv -->
<is_sorted>False</is_sorted>
<idfield>PID,Bezugsjahr+value(1)</idfield> <!-- optional; Bsp: PID,Bezugsjahr-value(1); default:PID -->
<addinfo>C:\Users\HellwigP\Documents\4 Technology\00 Development\zufall\Anlage_4_Krankheitsabgrenzung_AJ2016.csv</addinfo> <!-- optional; path zu csv-Datei mit 2+ Spalten (Quelle,Ziele); Zielspalten werden beim Sortieren! hinzugefügt -->
</datafile>
<datafile>
<data_id>Ambulant</data_id>
<path>C:\Users\HellwigP\Documents\4 Technology\00 Development\zufall\Devdata\arzt_diagnose_v.csv</path>
<type>csv</type> <!-- Satzart / csv -->
<is_sorted>False</is_sorted>
<idfield>PID,Bezugsjahr+value(8)</idfield> <!-- optional; Bsp: PID,Bezugsjahr-value(1); default:PID -->
<addinfo>C:\Users\HellwigP\Documents\4 Technology\00 Development\zufall\Anlage_4_Krankheitsabgrenzung_AJ2016.csv</addinfo> <!-- optional; path zu csv-Datei mit 2+ Spalten (Quelle,Ziele); Zielspalten werden beim Sortieren! hinzugefügt -->
</datafile>
</inputfiles>
<inputfilter> <!-- optional -->
<filter>
<data_id>Arzneimittel</data_id>
<field>Quarter_PY</field> <!-- Substrings in Klammern, z.B. ICD(1-3) -->
<inclusion>2,4</inclusion><!-- Beispiele: Liste mit Kommata; Oder Bindestrich: F32-F33 F32- (i.e. lexographischer String-Vergleich), oder (Filepath); empty: all-->
<exclusion></exclusion>
</filter>
<filter>
<data_id>Arzneimittel</data_id>
<field>Quarter_PY</field>
<inclusion></inclusion>
<exclusion>2</exclusion>
</filter>
</inputfilter>
<outputpath>C:\Users\HellwigP\Documents\4 Technology\00 Development\zufall</outputpath>
<modelpath>C:\Users\HellwigP\Documents\4 Technology\00 Development\Java4Models\Models</modelpath>
<!-- optionale Parameter -->
<createProfilDense>True</createProfilDense>
<createProfilMatrixMarket>True</createProfilMatrixMarket>
<createProfilSvmlight>True</createProfilSvmlight>
<addPidToSvm>True</addPidToSvm><!-- adds "# PID" to each row in svm -->
<createScores>False</createScores>
<outputfile>scores.csv</outputfile>
<interceptname>INTERCEPT</interceptname>
<reference_date>01JAN2012</reference_date>
<upcase>True</upcase> <!-- wenn True: Lese alle Daten-Felder als "Upcase" ein -->
<logfile>C:\Users\HellwigP\Documents\4 Technology\00 Development\zufall\debug.log</logfile>
</configuration>