#include <climits>
#include "TError.h"
#include "TMath.h"
#include "TKDEFGT.h"
#include "TGL5D.h"
Go to the source code of this file.
Functions | |
UInt_t | NChooseK (UInt_t n, UInt_t k) |
void | BuildModel () |
Double_t | DDist (const Double_t *x, const Double_t *y, Int_t d) |
Double_t | DDist (Double_t x1, Double_t y1, Double_t z1, Double_t x2, Double_t y2, Double_t z2) |
UInt_t | Idmax (const std::vector< Double_t > &x, UInt_t n) |
UInt_t | InvNChooseK (UInt_t d, UInt_t cnk) |
UInt_t | NChooseK (UInt_t n, UInt_t k) |
Double_t | DDist (Double_t x1, Double_t y1, Double_t z1, Double_t x2, Double_t y2, Double_t z2) |
Double_t | DDist (const Double_t *x, const Double_t *y, Int_t d) |
UInt_t | Idmax (const std::vector< Double_t > &x, UInt_t n) |
UInt_t | InvNChooseK (UInt_t d, UInt_t cnk) |
void BuildModel | ( | ) |
Double_t @2379::DDist | ( | Double_t | x1, | |
Double_t | y1, | |||
Double_t | z1, | |||
Double_t | x2, | |||
Double_t | y2, | |||
Double_t | z2 | |||
) | [static] |
Definition at line 475 of file TKDEFGT.cxx.
Double_t @2379::DDist | ( | Double_t | x1, | |
Double_t | y1, | |||
Double_t | z1, | |||
Double_t | x2, | |||
Double_t | y2, | |||
Double_t | z2 | |||
) | [static] |
Referenced by TKDEFGT::Kcenter().
Referenced by TKDEFGT::Kcenter().
Referenced by TKDEFGT::Predict().
Referenced by TKDEFGT::BuildModel().