28 #ifndef ROOT_TMVA_PDEFoamKernelLinN
29 #define ROOT_TMVA_PDEFoamKernelLinN
37 class PDEFoamKernelLinN :
public PDEFoamKernelBase
42 Float_t WeightLinNeighbors(PDEFoam*, std::vector<Float_t>&, ECellValue, Bool_t);
45 Float_t GetAverageNeighborsValue(PDEFoam*, std::vector<Float_t>&, ECellValue);
49 PDEFoamKernelLinN(
const PDEFoamKernelLinN&);
50 virtual ~PDEFoamKernelLinN() {}
53 virtual Float_t Estimate(PDEFoam*, std::vector<Float_t>&, ECellValue);
55 ClassDef(PDEFoamKernelLinN, 1)