<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContained.Master" AutoEventWireup="true" CodeBehind="DB_INPUT.aspx.cs" Inherits="WebLCP.DB_INPUT" %>

DB_INPUT.csv: file specification

Field Name Data type Data Example Note
AGE [INT] 1 .. 120 years
Gender [INT] 0/1 0 = F, 1 = M
APOE [ENUM] pos / neg positive / negative characterization
VARIABLE [FLOAT] ... clustering value to analyze
DB INPUT file spec
- data must be given in anonymous form
- file format: csv (excel: save as csv file)
- field separator: ; (semicolon)
NB: output layout is optimized for variables within range [-100...100], if you have variable with a different range consider to rescale it.