Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: this is an experimental operator

Operator Usage in Easy Mode

  1. Click + on the parent node.
  2. Enter the Cluster operator in the search field and select the operator from the Results to open the operator form.
  3. In the Table drop-down, enter or select the table to create clusters.
  4. In the Field to Cluster drop-down, select a column to apply the clustering algorithm on.
  5. Enter a value to create the number of clusters.
  6. Optional. Include all the tokens for TF_IDF parameters by clicking on Add More in the TF_IDF Params field.
  7. Click Run to view the result.
  8. Click Save to add the operator to the playbook.
  9. Click Cancel to discard the operator form.

Usage Details

LQL Command

Code Block
cluster(table, fieldToCluster, numberOfClusters, tf_idfParams)

...