![]() |
Version: 1.0 |
#include <algorithm>
#include <cassert>
#include <iostream>
#include "conact_tree.h"
#include "rule_set.h"
Go to the source code of this file.
Classes | |
class | hyper::HyperCube |
struct | hyper::HyperCube::Node |
Namespaces | |
hyper | |
Functions | |
template<typename T > | |
std::istream & | hyper::rawread (std::istream &is, T &val, size_t n) |
template<typename T > | |
std::ostream & | hyper::rawwrite (std::ostream &os, const T &val, size_t n) |
BinaryDrag< conact > | hyper::GenerateOdt (const rule_set &rs) |
BinaryDrag< conact > | hyper::GenerateOdt (const rule_set &rs, const std::string &filename) |
BinaryDrag< conact > | hyper::GetOdt (const rule_set &rs, bool force_generation=false) |
Returns the optimal (or pseudo optimal) decision tree generated from the given rule set. More... | |
BinaryDrag< conact > | hyper::GetOdtWithFileSuffix (const rule_set &rs, const std::string &file_suffix, bool force_generation=false) |
Returns the optimal (or pseudo optimal) decision tree generated from the given rule set. More... | |