Version: 1.0
Classes | Namespaces | Functions
hypercube++.h File Reference
#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< conacthyper::GenerateOdt (const rule_set &rs)
 
BinaryDrag< conacthyper::GenerateOdt (const rule_set &rs, const std::string &filename)
 
BinaryDrag< conacthyper::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< conacthyper::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...