#include <list>#include <string>#include <iostream>#include "Rtypes.h"Go to the source code of this file.
Namespaces | |
| namespace | TMVA |
| namespace | TMVA::kNN |
Classes | |
| class | TMVA::kNN::Node< T > |
Functions | |
| template<class T> | |
| UInt_t | TMVA::kNN::Find (std::list< std::pair< const Node< T > *, Float_t > > &nlist, const Node< T > *node, const T &event, UInt_t nfind) |
| template<class T> | |
| UInt_t | TMVA::kNN::Find (std::list< std::pair< const Node< T > *, Float_t > > &nlist, const Node< T > *node, const T &event, Double_t nfind, Double_t ncurr) |
| template<class T> | |
| UInt_t | TMVA::kNN::Depth (const Node< T > *node) |
| template<class T> | |
| UInt_t | TMVA::kNN::Find (std::list< std::pair< const TMVA::kNN::Node< T > *, Float_t > > &nlist, const TMVA::kNN::Node< T > *node, const T &event, const UInt_t nfind) |
| template<class T> | |
| UInt_t | TMVA::kNN::Find (std::list< std::pair< const TMVA::kNN::Node< T > *, Float_t > > &nlist, const TMVA::kNN::Node< T > *node, const T &event, const Double_t nfind, Double_t ncurr) |
1.5.1