#include "Core/Vector/Types.h"
#include "Core/Feature/RandomTreeTable.h"
Include dependency graph for RandomTree.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Feature |
Classes | |
class | Impala::Core::Feature::RandomTree |
Representation of a random tree (a decision tree that maps a feature vector to a code word). More... | |
Functions | |
Impala::Core::Feature::ILOG_VAR_INIT (RandomTree, Impala.Core.Feature) | |
void | Impala::Core::Feature::Write (RandomTree *tree, RandomTreeTable *table) |
Writes the tree to the end of the table. | |
RandomTree * | Impala::Core::Feature::Read (RandomTreeTable *table, int &index) |
Call with valid table and the index of the position in the tree where the tree starts (0 for example). |