dnet-and/dnet-and-test/src/main/resources/jobs/parameters/createGroupDataset_paramete...

38 lines
992 B
JSON

[
{
"paramName": "i",
"paramLongName": "groupsPath",
"paramDescription": "the input data: groups to be transformed into dataset",
"paramRequired": true
},
{
"paramName": "f",
"paramLongName": "featuresJPath",
"paramDescription": "the jpath of the features field",
"paramRequired": true
},
{
"paramName": "w",
"paramLongName": "workingPath",
"paramDescription": "path of the working directory",
"paramRequired": true
},
{
"paramName": "np",
"paramLongName": "numPartitions",
"paramDescription": "number of partitions for the similarity relations intermediate phases",
"paramRequired": false
},
{
"paramName": "id",
"paramLongName": "idJPath",
"paramDescription": "the jpath of the id field",
"paramRequired": true
},
{
"paramName": "gt",
"paramLongName": "groundTruthJPath",
"paramDescription": "the jpath of the field to be used as ground truth",
"paramRequired": true
}
]