TMiner aspects: Crosscutting concerns in the TMiner component-based data mining framework

  • Authors:
  • Fernando Berzal;Francisco J. Cortijo;Aída Jiménez

  • Affiliations:
  • Department of Computer Science and Artificial Intelligence, ETSIIT, University of Granada, Granada 18071, Spain;Department of Computer Science and Artificial Intelligence, ETSIIT, University of Granada, Granada 18071, Spain;Department of Computer Science and Artificial Intelligence, ETSIIT, University of Granada, Granada 18071, Spain

  • Venue:
  • Expert Systems with Applications: An International Journal
  • Year:
  • 2010

Quantified Score

Hi-index 12.05

Visualization

Abstract

TMiner (Berzal, Cubero, & Jimenez, 2009) is a component-based data mining framework that has been designed to support the whole KDD process and facilitate the implementation of complex data mining scenarios. This paper shows how aspect-oriented programming techniques support some tasks whose implementation using conventional object-oriented programming would be extremely time-consuming and error-prone. In particular, we have successfully employed aspects in TMiner to evaluate and monitor the I/O performance of alternative data mining techniques. Without having to modify the source code of the system under analysis, aspects provide an unintrusive mechanism to perform this kind of performance analysis. In fact, aspects let us probe a system implementation so that we can identify potential bottlenecks, detect redundant computations, and characterize system behavior+lessons learned during the development of TMiner.