Logo ROOT   6.14/05
Reference Guide
Classes | Namespaces | Functions
NodekNN.h File Reference
#include <cassert>
#include <list>
#include <string>
#include <iostream>
#include "Rtypes.h"
Include dependency graph for NodekNN.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TMVA::kNN::Node< T >
 This file contains binary tree and global function template that searches tree for k-nearest neigbors. More...
 

Namespaces

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

Functions

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 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)