SamplingResult.get_kernels_by_pos_key()#

SamplingResult.get_kernels_by_pos_key()#

Returns a dict, identifying the kernel used to sample each position.

The dict has the format {"position name": "kernel identifier"}.

Return type:

dict[str, str]