From a9905d907b22e258c4557d357ea92cacffdfa7aa Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 17 Oct 2019 13:00:15 +0200 Subject: [PATCH] Fix help page tracciato file --- INTERFACE/WebLCP/DB_INPUT.aspx | 64 +++++++++++++++++++++++++----- INTERFACE/WebLCP/DB_INPUT_CLU.aspx | 64 +++++++++++++++++++++++++----- 2 files changed, 107 insertions(+), 21 deletions(-) diff --git a/INTERFACE/WebLCP/DB_INPUT.aspx b/INTERFACE/WebLCP/DB_INPUT.aspx index 2ad8213..39c7e25 100644 --- a/INTERFACE/WebLCP/DB_INPUT.aspx +++ b/INTERFACE/WebLCP/DB_INPUT.aspx @@ -1,21 +1,63 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="DB_INPUT.aspx.cs" Inherits="WebLCP.DB_INPUT" %> -
-

Note esplicative file DB_INPUT.csv

+

DB_INPUT.csv: file specification

-
-
Caratteristiche file DB INPUT
-
- dati devono essere salvati in forma anonima
-
- formato file: csv
-
- separatore: carattere ;
-
- ...
-
Esempio file scaricabile: - DB_INPUT.csv
-
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Field NameData typeData ExampleNote
AGE[INT]1 .. 120years
Gender[INT]0/10 = F, 1 = M
APOE[ENUM]pos / negpositive / negative characterization
VARIABLE[FLOAT]...clustering value to analyze
+
+
+
+
DB INPUT file spec
+
- data must be given in anonymous form
+
- file format: csv
+
- field separator: ;
+
+
+
+
+
diff --git a/INTERFACE/WebLCP/DB_INPUT_CLU.aspx b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx index 34a6e9d..cda08e7 100644 --- a/INTERFACE/WebLCP/DB_INPUT_CLU.aspx +++ b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx @@ -1,20 +1,64 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="DB_INPUT_CLU.aspx.cs" Inherits="WebLCP.DB_INPUT_CLU" %> +
-

Note esplicative file DB_INPUT_CLU.csv

+

DB_INPUT_CLU.csv: file specification

-
-
Caratteristiche file DB INPUT
-
- dati devono essere salvati in forma anonima
-
- formato file: csv
-
- separatore: carattere ;
-
- ...
-
Esempio file scaricabile: - DB_INPUT_CLU.csv
-
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Field NameData typeData ExampleNote
APOE[ENUM]pos / negpositive / negative characterization
AGE[INT]1 .. 120years
Gender[INT]0/10 = F, 1 = M
VARIABLE[FLOAT]...actual value to analyze
+
+
+
+
DB INPUT CLU file spec
+
- data must be given in anonymous form
+
- file format: csv
+
- field separator: ;
+
+
+
+
+