Rdocumentation
powered by
Learn R Programming
SDR (version 0.7.0.0)
writeRuleFile: Writes rules into a human-readable format into a file.
Description
Writes rules into a human-readable format into a file.
Usage
writeRuleFile(pop, dataset, fileName)
Arguments
pop
A list of 'Rule' objects with the population we want to save.
dataset
A 'keel' object with all the information about the dataset the rules are pointing.
fileName
String with the path to store the rules.
Details
This function overwrites if the file specified by
fileName
exists. Be careful!