-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproperties.json
45 lines (45 loc) · 1.3 KB
/
properties.json
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
{
"name": "LINEAR_REGRESSION",
"desc": "",
"type": "multiple_local_global",
"parameters": [{
"name": "x",
"desc": "The right part of the linear predictor function, that contains the indepedent variables in an equation supporting the symbols +, :, * , R notation.",
"type": "formula",
"columnValuesSQLType": "",
"columnValuesIsCategorical": "true",
"columnValuesNumOfEnumerations": "",
"value": "adnicategory*apoe4+subjectage+minimentalstate+gender",
"valueNotBlank": true,
"valueMultiple": true,
"valueType": "string"
}, {
"name": "y",
"desc": "The left part of the linear predictor function, that contains the dependent variable.",
"type": "column",
"columnValuesSQLType": "real,integer",
"columnValuesIsCategorical": "",
"columnValuesNumOfEnumerations": "",
"value": "av45",
"valueNotBlank": true,
"valueMultiple": false,
"valueType": "string"
}, {
"name": "dataset",
"desc": "It contains the names of one or more datasets, in which the algorithm will be executed.",
"type": "dataset",
"value": "adni,ppmi",
"valueNotBlank": true,
"valueMultiple": true,
"valueType": "string"
}, {
"name": "filter",
"desc": "",
"type": "filter",
"value": "",
"valueNotBlank": false,
"valueMultiple": true,
"valueType": "string"
}
]
}