CS 540
Assignment #5
Due: November 21
Using the bsas.m or bsas_proto.m programs as a guide, or by writing
your own, do one of the following:
- Create a program for the TTSAS (Two Threshold Sequential Algorithm
Scheme).
- Create a scheme that uses BSAS or MBSAS and then performs merging.
- Create a scheme that uses BSAS or MBSAS and then performs
reassignment.
Test the method against the data files cluster1.dat - cluster4.dat and
analyze the results in terms of the error rates. Where appropriate,
obtain some average values to verify the behavior of the algorithms.
Data is in the data subdirectory and the source is in the src subdirectory.