This document summarizes the results of an experiment that compares three algorithms for generating association rules from data streams: Association Outliers, Frequent Item Sets, and Supervised Association Rule. The algorithms were tested on partitioned windows of a connectivity dataset containing 1,000 to 10,000 instances. Association rules and execution time were used as performance metrics. The Frequent Item Set algorithm generated more rules faster than the other two algorithms across all window sizes and data volumes tested.