qiskit.aqua.components.multiclass_extensions.ErrorCorrectingCode.set_estimator¶
-
ErrorCorrectingCode.
set_estimator
(estimator_cls, params=None)¶ Called internally to set
Estimator
and parameters :type estimator_cls:Callable
[[List
],Estimator
] :param estimator_cls: AnEstimator
class :type params:Optional
[List
] :param params: Parameters for the estimator- Return type
None