ROOT 6.08/07 Reference Guide |
#include <cassert>
#include <iosfwd>
#include <map>
#include <string>
#include <vector>
#include "Rtypes.h"
#include "TRandom3.h"
#include "ThreadLocalStorage.h"
#include "TMVA/NodekNN.h"
Classes | |
class | TMVA::kNN::Event |
class | TMVA::kNN::ModulekNN |
Namespaces | |
TMVA | |
Abstract ClassifierFactory template that handles arbitrary types. | |
TMVA::kNN | |
Typedefs | |
typedef std::pair< const Node< Event > *, VarType > | TMVA::kNN::Elem |
typedef std::vector< TMVA::kNN::Event > | TMVA::kNN::EventVec |
typedef std::list< Elem > | TMVA::kNN::List |
typedef Float_t | TMVA::kNN::VarType |
typedef std::vector< VarType > | TMVA::kNN::VarVec |
Functions | |
std::ostream & | TMVA::kNN::operator<< (std::ostream &os, const Event &event) |
streamer More... | |