SINDBAD and SiQL: An Inductive Database and Query Language in the Relational Model

Abstract

In this demonstration, we will present the concepts and an implementation of an inductive database – as proposed by Imielinski and Mannila – in the relational model. The goal is to support all steps of the knowledge discovery process on the basis of queries to a database system. The query language SiQL (structured inductive query language), an SQL extension, offers query primitives for feature selection, discretization, pattern mining, clustering, instance-based learning and rule induction. A prototype system processing such queries was implemented as part of the SINDBAD (structured inductive database development) project. To support the analysis of multi-relational data, we incorporated multi-relational distance measures based on set distances and recursive descent. The inclusion of rule-based classification models made it necessary to extend the data model and software architecture significantly. The prototype is applied to three different data sets: gene expression analysis, gene regulation prediction and structure-activity relationships (SARs) of small molecules.

Cite

Text

Wicker et al. "SINDBAD and SiQL: An Inductive Database and Query Language in the Relational Model." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2008. doi:10.1007/978-3-540-87481-2_48

Markdown

[Wicker et al. "SINDBAD and SiQL: An Inductive Database and Query Language in the Relational Model." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2008.](https://mlanthology.org/ecmlpkdd/2008/wicker2008ecmlpkdd-sindbad/) doi:10.1007/978-3-540-87481-2_48

BibTeX

@inproceedings{wicker2008ecmlpkdd-sindbad,
  title     = {{SINDBAD and SiQL: An Inductive Database and Query Language in the Relational Model}},
  author    = {Wicker, Jörg and Richter, Lothar and Kessler, Kristina and Kramer, Stefan},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2008},
  pages     = {690-694},
  doi       = {10.1007/978-3-540-87481-2_48},
  url       = {https://mlanthology.org/ecmlpkdd/2008/wicker2008ecmlpkdd-sindbad/}
}