Model-based propositionalization for classification. Under construction.
Transforms features learned with a relational BN model into a single table to be used in a classifier.
Input:
- A relational database
- A target feature (column in the database or relationship table)
- A learned Bayesian network (using FactorBase).
Output: A single data table where each row represents a target instance and each column represents a conjunctive relational feature.