ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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:

Go to the source code of this file.

Classes

class  TMVA::kNN::Event
 
class  TMVA::kNN::ModulekNN
 

Namespaces

 TMVA
 Abstract ClassifierFactory template that handles arbitrary types.
 
 TMVA::kNN
 

Typedefs

typedef Float_t TMVA::kNN::VarType
 
typedef std::vector< VarType > TMVA::kNN::VarVec
 
typedef std::vector
< TMVA::kNN::Event
TMVA::kNN::EventVec
 
typedef std::pair< const Node
< Event > *, VarType > 
TMVA::kNN::Elem
 
typedef std::list< Elem > TMVA::kNN::List
 

Functions

std::ostream & TMVA::kNN::operator<< (std::ostream &os, const Event &event)
 streamer More...