dnet-and/dnet-and-test/src/main/resources/jobs/parameters/ldaTuning_parameters.json

38 lines
1.0 KiB
JSON

[
{
"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": "tr",
"paramLongName": "trainRatio",
"paramDescription": "dataset percentage to be used as training set, the remaining part is the test set",
"paramRequired": true
},
{
"paramName": "nt",
"paramLongName": "numTopics",
"paramDescription": "comma separated number of topics to tune the model",
"paramRequired": true
},
{
"paramName": "mi",
"paramLongName": "maxIterations",
"paramDescription": "maximum number of iteration of the algorithm",
"paramRequired": true
},
{
"paramName": "o",
"paramLongName": "outputModelPath",
"paramDescription": "best model in terms of perplexity",
"paramRequired": true
}
]