#include "Core/Feature/RandomTree.h"
Include dependency graph for RandomForest.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 |
Typedefs | |
typedef std::vector< RandomTree * > | Impala::Core::Feature::RandomForest |
Functions | |
RandomForest | Impala::Core::Feature::ReadRandomForest (RandomTreeTable *table) |
RandomForest | Impala::Core::Feature::ReadRandomForest (FeatureTable *table) |
int | Impala::Core::Feature::GetCodebookLength (FeatureTable *table) |
void | Impala::Core::Feature::DeleteForest (RandomForest forest) |
Or should we make this the method of a class RandomForest? |