![]() Institute for Computer Science |
Machine Learning and Natural Language Processing Lab |
||||||||||||||||||||
|
Student's ProjectObjektorientiertes Design einer induktiven Datenbank und eine Anwendung des Levelwise Version Space Algorithmus auf die Sekundärstruktur von Proteinen Inductive databases store both data and patterns for the specific data. This paper shows how to implement an inductive database in an object-oriented language. In the real implementation, Java was used. By choosing an "open" design of the system, it is applicable to a wide range of different domains. All the programmer has to do is to extend the data- and pattern-dependent classes according to her needs. Here, the secondary structure of proteins was used for demonstration. Furthermore, the system implements de Raedt's levelwise version space algorithm, a tight integration of Mitchell's version space algorithm with Agrawal et al.'s Apriori algorithm. |