1. The document discusses stream data mining and compares classification algorithms. It defines stream data and challenges in mining stream data.
2. It describes sampling techniques and classification algorithms for stream data mining including Naive Bayesian, Hoeffding Tree, VFDT, and CVFDT.
3. The algorithms are experimentally compared in terms of time, memory usage, accuracy, and ability to handle concept drift. VFDT and CVFDT are found to have advantages over Hoeffding Tree in accuracy while maintaining speed, but CVFDT can additionally detect and respond to concept drift.