#include <RuleSet.h>
Public Member Functions | |
RuleSet () | |
RuleSet (Data *train, Data *test, RULE_TYPE type) | |
~RuleSet () | |
void | create () |
void | score () |
void | print (std::ostream &stream) |
RuleSet::RuleSet | ( | ) |
Empty Constructor.
RuleSet::~RuleSet | ( | ) |
Destructor.
void RuleSet::create | ( | ) |
Creates a series of Rules that attempt to best cover the Data.
void RuleSet::score | ( | ) |
Scores the RuleSet.
void RuleSet::print | ( | std::ostream & | stream | ) |
Prints the RuleSet.
stream | The stream to print to. |