...
Note: this is an experimental operator
Operator Usage in Easy Mode
- Click + on the parent node.
- Enter the Cluster operator in the search field and select the operator from the Results to open the operator form.
- In the Table drop-down, enter or select the table to create clusters.
- In the Field to Cluster drop-down, select a column to apply the clustering algorithm on.
- Enter a value to create the number of clusters.
- Optional. Include all the tokens for TF_IDF parameters by clicking on Add More in the TF_IDF Params field.
- Click Run to view the result.
- Click Save to add the operator to the playbook.
- Click Cancel to discard the operator form.
Usage Details
LQL Command
Code Block |
---|
cluster(table, fieldToCluster, numberOfClusters, tf_idfParams) |
...