Click or drag to resize

MappermappedModel Method

Calculate a mapped model based on an input-model, a list of mappers and a list of parameters.

Namespace:  Karamba.Utilities.Mappings
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Model mappedModel(
	Model in_model,
	IReadOnlyList<Mapping> in_mappings,
	IReadOnlyList<double> in_pars
)

Parameters

in_model
Type: Karamba.ModelsModel
model to base the mapping on.
in_mappings
Type: System.Collections.GenericIReadOnlyListMapping
modifiers to be applied on the model.
in_pars
Type: System.Collections.GenericIReadOnlyListDouble
input parameters to control the mapping.

Return Value

Type: Model
Mapped model.
See Also