Numerical vector
Numerical data
Numerical data is the atomic element which compose numerical vector.
Representation
Keys _id, name, stepId, domainInformation, dataset, project, processingInfo, creationTS
, latestUpdateTS are unchanged and follow the classic of representation
only dataSpecification keys are changed and are described as above :
dataSpecification:keyword: Its value is “numericalVector” . Cf to mandatory keys.valueType: Cf to mandatory keys.dataType: Its value is “numerical” . Cf to mandatory keysstructureType: Its value is “vector” . Cf to mandatory keys
meaning: Its value is “Vector of numerical features” . Cf to mandatory keys.view: Cf to mandatory keys.dataLocationId: Cf to mandatory keys.
{
"dataSpecification": {
"keyword": "numericalVector",
"valueType": {
"dataType": "numerical",
"structureType": "vector"
},
"meaning": "Vector of numerical features",
"view": {
"id": "637ce534dd85c10875c4fe26",
"name": "view_11-22-2022_15:05:24"
},
"dataLocationId": "62b18d804ae71c6a0025237a"
}
}
Observation
Key value is a Double array.
{
"_id": "62b182b1bd85fc0399370a1e",
"observationId": 0,
"value": [
23.4567,
12.456
],
"representationId": "62b182b1bd85fc0399370a1s",
"dataLocationId": "62b18d804ae71c6a0025237a"
}