User Tools

Site Tools


configuration

Configuration

The obligatory configuration consists of 3 files:

  1. connection.xml, which contains settings for connection to the database (fully configurable with GUI)
  2. database.xml, which contains settings of propositionalization (fully configurable with GUI)
  3. driver.xml, which contains database vendor properties (a user should not ever need to edit this file)

Furthermore, there are optional configuration files:

  1. foreignConstraint.xml, which contains definition of foreign key constraints if missing in the database
  2. temporalConstraint.xml, which defines the “date of data” if it is not clear from the data

Example of calling Predictor Factory from a commandline

Execute Predictor Factory without connection property identified with id=“MariaDB” and propositionalization property identified by id=“financial”.

java -jar PredictorFactory.jar MariaDB financial