Rdocumentation
powered by
Learn R Programming
SDR (version 0.7.0.0)
writeTestQMFile: Writes rules into a human-readable format into a file.
Description
Writes rules into a human-readable format into a file.
Usage
writeTestQMFile(pop, fileName, numExamples)
Arguments
pop
A list of 'Rule' objects with the population we want to save.
fileName
String with the path to store the rules.
numExamples
An integer with the number of examples in the test file.
Details
This function overwrites if the file specified by
fileName
exists. Be careful!