Icon

Workflows

This directory contains 3 workflows.

IconDBSCAN_​Clustering 

This workflow performs clustering of the iris dataset using DBSCAN. Notice the Numeric Distances node to feed the DBSCAN node with the matrix of the data to […]

IconHierarchical_​Clustering 

This workflow clusters the iris dataset using Hierarchical Clustering

IconK_​Means_​Clustering 

In this workflow, we perform a Clustering task on location data where we have longitude and latitude information. We use the k-means algorithm to cluster […]