![]() |
ROOT
6.06/09
Reference Guide
|
Include dependency graph for NodekNN.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TMVA::kNN::Node< T > |
Namespaces | |
| TMVA | |
| Abstract ClassifierFactory template that handles arbitrary types. | |
| TMVA::kNN | |
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) |