IFitterTarget Interface for a fitter 'target'. Defines interface to the estimator function
| virtual | ~IFitterTarget() |
| static TClass* | Class() |
| virtual Double_t | EstimatorFunction(vector<Double_t>& parameters) |
| TMVA::IFitterTarget | IFitterTarget() |
| TMVA::IFitterTarget | IFitterTarget(const TMVA::IFitterTarget&) |
| virtual TClass* | IsA() const |
| TMVA::IFitterTarget& | operator=(const TMVA::IFitterTarget&) |
| virtual void | ProgressNotifier(TString, TString) |
| virtual void | ShowMembers(TMemberInspector& insp) const |
| virtual void | Streamer(TBuffer&) |
| void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |

function to notify the FitterTarget of the progress status of the fitter sender : "GA", "MC", ... progress : "init", "iteration", "last", "stop"
{}