Features clustering

Feature clustering (Co-Clustering)

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": "columnsClustering",
    "valueType": {
      "dataType": "categorical",
      "structureType": "scalar"
    },
    "meaning": "Columns clustering",
        "view": {
      "id": "637ce534dd85c10875c4fe26",
      "name": "view_11-22-2022_15:05:24"
    },
    "dataLocationId": "62b18d804ae71c6a0025237a",
    "indices": [
      1,
      2
    ]
  }
}

Observation

Key value is an integer describing feature cluster identifier of the given feature (featureId).

{
  "featureId": 0,
  "value": 1,
  "representationId": "hexId",
  "dataLocationId": "62b18d804ae71c6a0025237a"
}

Warning : featureId is not observationId.