The method is useful for tasks such as image classification, where a computer needs to identify what objects are in an image. The Sequential Dichotomizer can group similar images together so that the computer only needs to learn a few key features of each group rather than trying to learn all the individual differences between each image.
The paper also discusses some technical details of how the Sequential Dichotomizer works, including how it decides which features to use to split the data and how it handles outliers (data points that are very different from the rest of the group).
Anyways, I found this really interesting, thanks for this find! Shows how useful clustering data became in making machine learning algorithms more accurate.
As someone who was considering this exact problem about an hour ago, thank you for handing me the exact term to look up!
Data Structures for Text Sequences (1998) [pdf] - https://news.ycombinator.com/item?id=8827887 - Jan 2015 (3 comments)