SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
python.uq.learner.builder.InterpolantSpecificationDescriptor.InterpolantSpecificationDescriptor Class Reference
Inheritance diagram for python.uq.learner.builder.InterpolantSpecificationDescriptor.InterpolantSpecificationDescriptor:

Public Member Functions

 __getattr__ (self, attr)
 
 __init__ (self)
 
 create (self)
 

Protected Attributes

 _builder
 

Detailed Description

TrainingSpecification Descriptor helps to implement fluid interface pattern
on Python it encapsulates functionality concerning creation of the training
specification

Constructor & Destructor Documentation

◆ __init__()

python.uq.learner.builder.InterpolantSpecificationDescriptor.InterpolantSpecificationDescriptor.__init__ (   self)
Constructor
@param builder: LearnerBuilder which creates this Descriptor

Member Function Documentation

◆ __getattr__()

python.uq.learner.builder.InterpolantSpecificationDescriptor.InterpolantSpecificationDescriptor.__getattr__ (   self,
  attr 
)
Overrides built-in method
if method called is not a object method of this Descriptor, most
probably it's a method of LearnerBuilder so it tries to call the
method from our builder
@param attr: String for method name
@return: Method calling in LearnerBuilder

References python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification, python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor.__specification, python.uq.learner.builder.InterpolantSpecificationDescriptor.InterpolantSpecificationDescriptor.__specification, python.uq.learner.builder.RegressorSpecificationDescriptor.RegressorSpecificationDescriptor.__specification, python.uq.learner.builder.SimulationLearnerBuilder.SimulationLearnerDescriptor.__specification, python.uq.uq_setting.UQBuilder.UQBuilder.__specification, python.uq.uq_setting.UQSetting.UQSetting.__specification, python.uq.analysis.asgc.ASGCDescriptor.ASGCDescriptor._builder, python.uq.learner.builder.CGSolverDescriptor.CGSolverDescriptor._builder, python.uq.learner.builder.InterpolantSpecificationDescriptor.InterpolantSpecificationDescriptor._builder, python.uq.learner.builder.RegressorSpecificationDescriptor.RegressorSpecificationDescriptor._builder, python.uq.learner.builder.SimulationLearnerBuilder.SimulationLearnerDescriptor._builder, and python.uq.parameters.ParameterBuilder.GeneralParameterBuilder._builder.

◆ create()

python.uq.learner.builder.InterpolantSpecificationDescriptor.InterpolantSpecificationDescriptor.create (   self)
Nothing needs to be done

Member Data Documentation

◆ _builder


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