![]() |
ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
| Node (const Node *parent, const T &event, Int_t mod) | |
| ~Node () | |
| const Node * | Add (const T &event, UInt_t depth) |
| void | SetNodeL (Node *node) |
| void | SetNodeR (Node *node) |
| const T & | GetEvent () const |
| const Node * | GetNodeL () const |
| const Node * | GetNodeR () const |
| const Node * | GetNodeP () const |
| Double_t | GetWeight () const |
| Float_t | GetVarDis () const |
| Float_t | GetVarMin () const |
| Float_t | GetVarMax () const |
| UInt_t | GetMod () const |
| void | Print () const |
| void | Print (std::ostream &os, const std::string &offset="") const |
Private Member Functions | |
| Node () | |
| Node (const Node &) | |
| const Node & | operator= (const Node &) |
Private Attributes | |
| const Node * | fNodeP |
| Node * | fNodeL |
| Node * | fNodeR |
| const T | fEvent |
| const Float_t | fVarDis |
| Float_t | fVarMin |
| Float_t | fVarMax |
| const UInt_t | fMod |
#include <TMVA/NodekNN.h>
Collaboration diagram for TMVA::kNN::Node< T >:| TMVA::kNN::Node< T >::Node | ( | const Node< T > * | parent, |
| const T & | event, | ||
| Int_t | mod | ||
| ) |
| TMVA::kNN::Node< T >::~Node | ( | ) |
|
private |
|
private |
| const TMVA::kNN::Node< T > * TMVA::kNN::Node< T >::Add | ( | const T & | event, |
| UInt_t | depth | ||
| ) |
Definition at line 249 of file NodekNN.h.
Referenced by TMVA::kNN::Node< T >::Add().
|
inline |
Definition at line 160 of file NodekNN.h.
Referenced by TMVA::MethodKNN::getLDAValue(), TMVA::MethodKNN::GetMvaValue(), and TMVA::MethodKNN::GetRegressionValues().
|
inline |
|
inline |
|
inline |
Definition at line 178 of file NodekNN.h.
Referenced by TMVA::kNN::Depth().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 184 of file NodekNN.h.
Referenced by TMVA::MethodKNN::GetMvaValue().
|
private |
| void TMVA::kNN::Node< T >::Print | ( | ) | const |
| void TMVA::kNN::Node< T >::Print | ( | std::ostream & | os, |
| const std::string & | offset = "" |
||
| ) | const |
|
inline |
Definition at line 148 of file NodekNN.h.
Referenced by TMVA::kNN::ModulekNN::Optimize().
|
inline |
Definition at line 154 of file NodekNN.h.
Referenced by TMVA::kNN::ModulekNN::Optimize().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |