cluster_by_calibrated_similarity

The job groups your data into clusters based on calibrated similarity metrics, which are fine-tuned to your specific data for improved accuracy. facilitating better organization and analysis.

It also provides options for sorting content within clusters and sorting clusters by internal diversity.

Required Account Privileges: "read"

Request JSON ["inputs"]:

   "archive":
      string (3 <= len <= 30) unique in account 
      null NOT allowed
      A unique string identifier for the archive within your account.

   "archive_content_ids_subset":
      list of ints
      null allowed
      Optional. A list of integers representing the IDs of the specific contents to consider for filtering. If not provided, all contents in the archive will be considered.

   "sort_content_ids_by_distance_to_cluster_center":
      bool
      null NOT allowed
      A boolean indicating whether to sort content IDs by their distance to the cluster center.
      
   "sort_clusters_by_descending_inner_diversity":
      bool
      null NOT allowed
      A boolean indicating whether to sort clusters by descending internal diversity.

Response JSON ["results"]

   "clustered_content_ids":
      list of lists of ints

   "average_distance_between_cluster_elements_and_cluster_center":
      float or null