README.TXT Contents: 1.Prerequisites 2.Configuration file 3.Command line 4.Importing mutagenesis database 1. Prerequisites: Local or remote Oracle Database Server 10 or higher JRE 1.5 or higher 2. Configuration: The configuration file "config.ini" consists of two sections: ATTRIBUTE_TYPE: forces the attribute type syntax: typevalue=1 means continuos typevalue=2 means discrete typevalue=3 means ignore IGNORED_ATTRIBUTES: specifies the list of ignored attributes: syntax:
This section can be used to specify the experimental setting. 3. Command line Running CORAreading usage: java -cp CORAreading.jar it.uniba.di.mrdm2003server.ep.classificazione.Classificatore [parameters] Parameters: -t -pw -tte -ttepw -d -p -S -tT -tA -minSupp -minRate ; -prune -met ca -focus 1 -processo ; Running CORAsummarization usage: java -cp CORAsummarization.jar it.uniba.di.mrdm2003server.ep.classificazione.Classificatore [parameters] Parameters: -t -pw -tte -ttepw -d -p -S -tT -tA -minSupp -minRate ; -prune -met ca -focus 1 -processo ; Examples are reported in the files "runExample.sh" (UNIX-LINUX) or "runExample.bat" (MS Windows). 4.Import ReadingOrder Database step1: execute sql script to create users step2: import the tables >imp READINGORDER/READINGORDER@service_name file='path_file'. >imp READINGORDERTEST/READINGORDERTEST@service_name file='path_file'. 4.Import Summarization Database step1: execute the sql script to create users step2: import the tables >imp SUMMARIZATION/SUMMARIZATION@service_name file='path_file'. >imp SUMMARIZATIONTEST/SUMMARIZATIONTEST@service_name file='path_file'.