ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SVKernelFunction.h
Go to the documentation of this file.
1 // @(#)root/tmva $Id$
2 // Author: Andrzej Zemla
3 
4 /**********************************************************************************
5  * Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
6  * Package: TMVA *
7  * Class : SVKernelFunction *
8  * Web : http://tmva.sourceforge.net *
9  * *
10  * Description: *
11  * Kernel for Support Vector Machine *
12  * *
13  * Authors (alphabetical): *
14  * Marcin Wolter <Marcin.Wolter@cern.ch> - IFJ PAN, Krakow, Poland *
15  * Andrzej Zemla <azemla@cern.ch> - IFJ PAN, Krakow, Poland *
16  * (IFJ PAN: Henryk Niewodniczanski Inst. Nucl. Physics, Krakow, Poland) *
17  * *
18  * Copyright (c) 2005: *
19  * CERN, Switzerland *
20  * MPI-K Heidelberg, Germany *
21  * PAN, Krakow, Poland *
22  * *
23  * Redistribution and use in source and binary forms, with or without *
24  * modification, are permitted according to the terms listed in LICENSE *
25  * (http://tmva.sourceforge.net/LICENSE) *
26  **********************************************************************************/
27 
28 #ifndef ROOT_TMVA_SVKernelFunction
29 #define ROOT_TMVA_SVKernelFunction
30 
31 #ifndef ROOT_Rtypes
32 #include "Rtypes.h"
33 #endif
34 
35 namespace TMVA {
36 
37  class SVEvent;
39 
40  public:
41 
45 
46  Float_t Evaluate( SVEvent* ev1, SVEvent* ev2 );
47 
49 
51 
52  private:
53 
54  Float_t fGamma; // documentation
55 
56  // kernel, order, theta, and kappa are for backward compatibility
61  };
62 }
63 
64 #endif
float Float_t
Definition: RtypesCore.h:53
Float_t theta
Definition: shapesAnim.C:5
void setCompatibilityParams(EKernelType k, UInt_t order, Float_t theta, Float_t kappa)
set old options for compatibility mode
unsigned int UInt_t
Definition: RtypesCore.h:42
Float_t Evaluate(SVEvent *ev1, SVEvent *ev2)
SVKernelFunction()
constructor