openModeller  Version 1.4.0
AlgoAdapterModelImpl Class Reference

#include <AlgoAdapterModel.hh>

Inheritance diagram for AlgoAdapterModelImpl:
Collaboration diagram for AlgoAdapterModelImpl:

List of all members.

Public Member Functions

 AlgoAdapterModelImpl (const ConstAlgorithmPtr &)
virtual ~AlgoAdapterModelImpl ()
virtual void setNormalization (const SamplerPtr &samp) const
virtual void setNormalization (const EnvironmentPtr &env) const
virtual Scalar getValue (const Sample &x) const

Private Attributes

ConstAlgorithmPtr _algo

Detailed Description

Definition at line 9 of file AlgoAdapterModel.hh.


Constructor & Destructor Documentation

Definition at line 17 of file AlgoAdapterModel.cpp.


Member Function Documentation

Scalar AlgoAdapterModelImpl::getValue ( const Sample x) const [virtual]

Compute a value in the Model

Parameters:
xEnvironment vector.

Implements ModelImpl.

Definition at line 34 of file AlgoAdapterModel.cpp.

References _algo.

void AlgoAdapterModelImpl::setNormalization ( const SamplerPtr samp) const [virtual]

Normalize the given environment.

Parameters:
sampSampler to normalize.

Implements ModelImpl.

Definition at line 22 of file AlgoAdapterModel.cpp.

References _algo.

void AlgoAdapterModelImpl::setNormalization ( const EnvironmentPtr env) const [virtual]

Normalize the given environment.

Parameters:
envEnvironment to normalize.

Implements ModelImpl.

Definition at line 28 of file AlgoAdapterModel.cpp.

References _algo.


Member Data Documentation

Definition at line 30 of file AlgoAdapterModel.hh.

Referenced by getValue(), and setNormalization().


The documentation for this class was generated from the following files: