-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug.xml
More file actions
23 lines (23 loc) · 1.29 KB
/
Copy pathdebug.xml
File metadata and controls
23 lines (23 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<konfiguration>
<input>
<datei>
<datentyp>arzt_diagnose2009_g1</datentyp>
<pfad>C:\Users\hellwigp\Documents\4 Technology\00 Development\zufall\debug\arzt_diagnose.csv</pfad>
<dateityp>csv</dateityp> <!-- Satzart / csv --> <!-- Erlaubt für Satzart: Stamm (=SA100), Arzneimittel (=SA400), Stationaer (=SA500), Ambulant(=SA600) -->
<istsortiert>True</istsortiert>
<idfeld>PID,Bezugsjahr</idfeld> <!-- optional; Bsp: PID,Bezugsjahr-value(1); default:PID -->
<!--<zusatzinfo>D:\Quelldaten\Strukturdaten\Anlage_4_Krankheitsabgrenzung_AJ2016.csv</zusatzinfo> --> <!-- optional; Pfad zu csv-Datei mit 2 Spalten (Quelle,Ziel); Zielspalte wird beim Sortieren! hinzugefügt -->
</datei>
</input>
<outputpfad>C:\Users\HellwigP\Documents\4 Technology\00 Development\zufall\debug</outputpfad>
<modellpfad>C:\Users\HellwigP\Documents\4 Technology\00 Development\Java4Models\Models</modellpfad>
<!-- optionale Parameter -->
<createProfilDense>True</createProfilDense>
<createProfilMatlab>True</createProfilMatlab>
<createProfilSvmlight>True</createProfilSvmlight>
<createScores>False</createScores>
<outputfile>scores.csv</outputfile>
<interceptname>INTERCEPT</interceptname>
<reference_date>01JAN2012</reference_date>
</konfiguration>