Icon

Chapter7

This directory contains 4 workflows.

Icon01_​HierarchicalClustering 

This workflow clusters the iris dataset using Hierarchical Clustering

Icon02_​kMeans 

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 […]

Icon03_​DBSCAN 

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 […]

Icon04_​Association_​Rules_​for_​MarketBasketAnalysis 

This workflow builds a recommandation engine for market basket analysis using the Borgelt version of the Apriori algorithm. URL: Market Basket Analysis and […]