    

 ## On this page

  

 

 # CreateRBFModel Class Reference

 Last update: 16.07.2025 

Defines a RBF Model Used Properties: [More...](class_create_r_b_f_model.xhtml#details)

## <a name="pub-methods"></a>Public Member Functions

virtual string [\_\_str\_\_](struct_create_model_base.xhtml#a3031d648b73235d11d64df95db3d84ce) () Output function used in python context. Use this function to print instances of this class in python. [More...](#a3031d648b73235d11d64df95db3d84ce)  
 <a id="aedfb47575823522e6a6d22ce6c12e826"></a>virtual [addProperty](class_property_user_base.xhtml#aedfb47575823522e6a6d22ce6c12e826) ([PropertyBase](struct_property_base.xhtml) p) Properties that help the [ScalarMOP](struct_scalar_m_o_p.xhtml "This is only a sketch of the possible ScalarMOPApproximate API Implementation shall be refined if mor...") scheduling the Models to be built The properties class needs to be implemented for the specific model type.   
 [ModelBase](class_model_base.xhtml) \* [compute](class_create_r_b_f_model.xhtml#a428e7ba979340c651ec1372a3307e037) (::data\_handler::DataHandlerBase datahandler, [TrainingPlanBase](struct_training_plan_base.xhtml) training\_plan, quality\_measure::QualityMeasureBase quality\_measure) Builds the model from the given samples and returns the model. [More...](#a428e7ba979340c651ec1372a3307e037)  
 <a id="aab55fe7f3b4f5ec15508a5109c3b4ecc"></a> [CreateRBFModel](class_create_r_b_f_model.xhtml#aab55fe7f3b4f5ec15508a5109c3b4ecc) () Creates an default initialized instance of this class.   
 <a id="a899b2ab07b56c188e9093d95b856771b"></a> [CreateRBFModel](class_create_r_b_f_model.xhtml#a899b2ab07b56c188e9093d95b856771b) ([CreateRBFModel](class_create_r_b_f_model.xhtml) other) Copies an instance of this class.   
 <a id="a0e1dd7df82728594fc128ed1c797b0c0"></a>virtual [PropertyList](class_property_list.xhtml) [getProperties](class_property_user_base.xhtml#a0e1dd7df82728594fc128ed1c797b0c0) () Returns the properties stored by this user.   
 virtual bool [isValid](class_create_r_b_f_model.xhtml#a1a42d0ff7ef3b9c17965ecc14310ed5d) (::data\_handler::DataHandlerBase datahandler, [TrainingPlanBase](struct_training_plan_base.xhtml) training\_plan) override Destroys an instance of this class. [More...](#a1a42d0ff7ef3b9c17965ecc14310ed5d)  
 <a id="ac5d8959abde97efd3d1e206f1e3bbdf4"></a>[CreateRBFModel](class_create_r_b_f_model.xhtml) [operator=](class_create_r_b_f_model.xhtml#ac5d8959abde97efd3d1e206f1e3bbdf4) ([CreateRBFModel](class_create_r_b_f_model.xhtml)) Copies an instance of this class.   
 virtual [transferProperties](class_property_user_base.xhtml#ab9507274f126b856fb69cd621f0f9fb4) ([PropertyList](class_property_list.xhtml) property\_list) Convenience function to transfer a complete [PropertyList](class_property_list.xhtml "Container class for handling properties Uses templates to easily find and cast configurations of diff...") into the model. [More...](#ab9507274f126b856fb69cd621f0f9fb4)  
 ## <a name="pub-attribs"></a>Public Attributes

<a id="adc959eb07a99a44aa7c2c4134a307170"></a>[RBFKernel](group__models.xhtml#ga1d55cb63e8e370c058b88e04be3648cf) [kernel](class_create_r_b_f_model.xhtml#adc959eb07a99a44aa7c2c4134a307170) Specifies the kernel function type.   
 <a id="a65a2d27d476efcf99f7bbd35388ff02e"></a>string **node\_name** <a id="a850bec49118fd5e977ea5be55a59d594"></a>Transformation [value\_transformation](class_create_r_b_f_model.xhtml#a850bec49118fd5e977ea5be55a59d594) Specifies the type of value transformation the model shall use.   
 <a id="acbb9a6e9c62149080b78c707dd1f555c"></a>string **working\_dir** <a id="details" name="details"></a>## Detailed Description

Defines a RBF Model Used Properties:

- CoefficientFactorProperty
- ComplexityProperty
- DeltaErrorInputProperty



## Member Function Documentation

<a id="a3031d648b73235d11d64df95db3d84ce"></a>## [◆ ](#a3031d648b73235d11d64df95db3d84ce)\_\_str\_\_()

 virtual string \_\_str\_\_  ( )   virtualinherited 

Output function used in python context. Use this function to print instances of this class in python.

Returnsstring containing the object Reimplemented in [CreateCustomModel](class_create_custom_model.xhtml#a3031d648b73235d11d64df95db3d84ce).





<a id="a428e7ba979340c651ec1372a3307e037"></a>## [◆ ](#a428e7ba979340c651ec1372a3307e037)compute()

 [ModelBase](class_model_base.xhtml)\* compute  ( ::data\_handler::DataHandlerBase  *datahandler*,    [TrainingPlanBase](struct_training_plan_base.xhtml)  *training\_plan*,    quality\_measure::QualityMeasureBase  *quality\_measure*   ) 

Builds the model from the given samples and returns the model.

Parameters datahandlerThe datahandler that contains the samples training\_planThe training plan that specifies how the model will be trained quality\_measureThe quality measure that allows to compute a models approximation quality ReturnsThe trained model iff not cancelled 



<a id="a1a42d0ff7ef3b9c17965ecc14310ed5d"></a>## [◆ ](#a1a42d0ff7ef3b9c17965ecc14310ed5d)isValid()

 virtual bool isValid  ( ::data\_handler::DataHandlerBase  *datahandler*,    [TrainingPlanBase](struct_training_plan_base.xhtml)  *training\_plan*   )   overridevirtual 

Destroys an instance of this class.

This function checks if the model can validly be trained from the given samples

Parameters samplesThe samples the model shall be trained with. ReturnsTrue iff th emodel can be trained with the configuration data, the properties and samples Implements [CreateModelBase](struct_create_model_base.xhtml#a1202ca4468e899d1e6d321ebf59e67a1).





<a id="ab9507274f126b856fb69cd621f0f9fb4"></a>## [◆ ](#ab9507274f126b856fb69cd621f0f9fb4)transferProperties()

 virtual transferProperties  ( [PropertyList](class_property_list.xhtml)  *property\_list*)   virtualinherited 

Convenience function to transfer a complete [PropertyList](class_property_list.xhtml "Container class for handling properties Uses templates to easily find and cast configurations of diff...") into the model.

Parameters property\_listThe properties to transfer into this model