This directory contains 4 workflows.
This workflow clusters the iris dataset using Hierarchical Clustering
This workflow performs clustering of the iris dataset using k-Means. Two workflows: one to build the k-Means prototypes (top) and one to apply them to new […]
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 […]
This workflow builds a recommandation engine for market basket analysis using the Borgelt version of the Apriori algorithm. URL: Market Basket Analysis and […]