English Français

Documentation / Developer's manual

Available modules

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Calibration: TStandardDistanceFunction.h Source File
Uranie / Calibration  v4.10.0
/* @license-end */
TStandardDistanceFunction.h
Go to the documentation of this file.
1 // Copyright (C) 2013-2024 CEA/DES
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Lesser General Public License as published
6 // by the Free Software Foundation, either version 3 of the License, or any
7 // later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
18 // $Id$
19 // $Author$
20 // $Date$
21 // $Revision$
22 // $State$
24 
35 #ifndef TSTANDARDDISTANCEFUNCTION_H
36 #define TSTANDARDDISTANCEFUNCTION_H
37 
39 #include "TDistanceFunction.h"
40 
41 namespace URANIE
42 {
43 namespace Calibration
44 {
45 
56 {
57 public:
58  //---------------------------------------------
66  TLSDistanceFunction(URANIE::DataServer::TDataServer *tdsEval, URANIE::DataServer::TDataServer *tdsObs, const char *reference, const char *output, const char *weight="");
68  virtual ~TLSDistanceFunction();
70 
71  //---------------------------------------------
78  Int_t localeval(Double_t* res);
80 
81  ClassDef(URANIE::Calibration::TLSDistanceFunction, ID_CALIBRATION)
82 };
83 
95 {
96 public:
97  //---------------------------------------------
105  TWeightedLSDistanceFunction(URANIE::DataServer::TDataServer *tdsEval, URANIE::DataServer::TDataServer *tdsObs, const char *reference, const char *output, const char *weight="");
109 
110  //---------------------------------------------
116  Int_t localeval(Double_t* res);
118 
119  ClassDef(URANIE::Calibration::TWeightedLSDistanceFunction, ID_CALIBRATION)
120 };
121 
132 {
133 public:
134  //---------------------------------------------
142  TRelativeLSDistanceFunction(URANIE::DataServer::TDataServer *tdsEval, URANIE::DataServer::TDataServer *tdsObs, const char *reference, const char *output, const char *weight="");
146 
147  //---------------------------------------------
153  Int_t localeval(Double_t* res);
155 
156  ClassDef(URANIE::Calibration::TRelativeLSDistanceFunction, ID_CALIBRATION)
157 };
158 
169 {
170 public:
171  //---------------------------------------------
179  TL1DistanceFunction(URANIE::DataServer::TDataServer *tdsEval, URANIE::DataServer::TDataServer *tdsObs, const char *reference, const char *output, const char *weight="");
181  virtual ~TL1DistanceFunction();
183 
184  //---------------------------------------------
190  Int_t localeval(Double_t* res);
192 
193  ClassDef(URANIE::Calibration::TL1DistanceFunction, ID_CALIBRATION)
194 };
195 
207 {
208 public:
209  //---------------------------------------------
217  TMahalanobisDistanceFunction(URANIE::DataServer::TDataServer *tdsEval, URANIE::DataServer::TDataServer *tdsObs, const char *reference, const char *output, const char *weight="");
221 
222  //---------------------------------------------
228  Int_t localeval(Double_t* res);
230 
231  ClassDef(URANIE::Calibration::TMahalanobisDistanceFunction, ID_CALIBRATION)
232 };
233 
234 } // Fin du namespace Calibration
235 } // Fin du namespace URANIE
236 #endif
Definition: TABC.cxx:45
TWeightedLSDistanceFunction(URANIE::DataServer::TDataServer *tdsEval, URANIE::DataServer::TDataServer *tdsObs, const char *reference, const char *output, const char *weight="")
Default constructor.
virtual ~TMahalanobisDistanceFunction()
Default destructor.
Description of the class TWeightedLSDistanceFunction The distance is estimated as where...
Definition: TStandardDistanceFunction.h:94
Int_t localeval(Double_t *res)
Evaluate the distance function.
Description of the class TMahalanobisDistanceFunction The distance is estimated as where...
Definition: TStandardDistanceFunction.h:206
Interface de la classe URANIE::Calibration::TDistanceFunction.
TLSDistanceFunction(URANIE::DataServer::TDataServer *tdsEval, URANIE::DataServer::TDataServer *tdsObs, const char *reference, const char *output, const char *weight="")
Default constructor.
Description of the class TDistanceFunction.
Definition: TDistanceFunction.h:67
virtual ~TL1DistanceFunction()
Default destructor.
TRelativeLSDistanceFunction(URANIE::DataServer::TDataServer *tdsEval, URANIE::DataServer::TDataServer *tdsObs, const char *reference, const char *output, const char *weight="")
Default constructor.
Description of the class TL1DistanceFunction The distance is estimated as where.
Definition: TStandardDistanceFunction.h:168
virtual ~TRelativeLSDistanceFunction()
Default destructor.
Description of the class TRelativeLSDistanceFunction The distance is estimated as where...
Definition: TStandardDistanceFunction.h:131
TMahalanobisDistanceFunction(URANIE::DataServer::TDataServer *tdsEval, URANIE::DataServer::TDataServer *tdsObs, const char *reference, const char *output, const char *weight="")
Default constructor.
TL1DistanceFunction(URANIE::DataServer::TDataServer *tdsEval, URANIE::DataServer::TDataServer *tdsObs, const char *reference, const char *output, const char *weight="")
Default constructor.
virtual ~TWeightedLSDistanceFunction()
Default destructor.
Description of the class TLSDistanceFunction The distance is estimated as where.
Definition: TStandardDistanceFunction.h:55
virtual ~TLSDistanceFunction()
Default destructor.