QuantumKernel.assign_training_parameters¶
- QuantumKernel.assign_training_parameters(parameter_values)[소스]¶
Assign training parameters in the quantum kernel’s feature map.
- 매개변수:
parameter_values (dict or iterable) – Either a dictionary or iterable specifying the new
dict (parameter values. If a) –
to (it specifies the mapping from current_parameter) –
new_parameter –
a (where new_parameter can be a parameter expression or) –
iterable (numeric value. If an) –
parameters (the elements are assigned to the existing) –
QuantumKernel.training_parameters. (in the order of) –
- 예외 발생:
ValueError – Incompatible number of training parameters and values
- 반환 형식:
None