Logo ROOT   6.07/09
Reference Guide
Classes | Namespaces | Typedefs | Functions
ModulekNN.h File Reference
#include <cassert>
#include <iosfwd>
#include <map>
#include <string>
#include <vector>
#include "Rtypes.h"
#include "TRandom3.h"
#include "ThreadLocalStorage.h"
#include "TMVA/NodekNN.h"
Include dependency graph for ModulekNN.h:
This graph shows which files directly or indirectly include this file:

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::EventTMVA::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...