28 #ifndef ROOT_TMVA_PDEFoamKernelLinN 29 #define ROOT_TMVA_PDEFoamKernelLinN This class is the abstract kernel interface for PDEFoam.
PDEFoamKernelLinN()
Default constructor for streamer.
#define ClassDef(name, id)
Implementation of PDEFoam.
virtual Float_t Estimate(PDEFoam *, std::vector< Float_t > &, ECellValue)
Linear neighbors kernel estimator.
Float_t WeightLinNeighbors(PDEFoam *, std::vector< Float_t > &, ECellValue, Bool_t)
Returns the cell value, corresponding to 'txvec' (foam coordinates [0,1]), weighted by the neighbor c...
This PDEFoam kernel estimates a cell value for a given event by weighting with cell values of the nea...
Abstract ClassifierFactory template that handles arbitrary types.
Float_t GetAverageNeighborsValue(PDEFoam *, std::vector< Float_t > &, ECellValue)
This function returns the average value 'cv' of only nearest neighbor cells.
virtual ~PDEFoamKernelLinN()