mindelec.data.SamplingMode

class mindelec.data.SamplingMode(value)[source]

Point sampling method, at present support UPPERBOUND(0) and DIMENSIONS(1).

  • ‘UPPERBOUND’: limit the sampling points number upperbound within whole sampling space, the other space parameters such as sampling number on each axis can be automatically computed according to the space size ratio.

  • ‘DIMENSIONS’: users can specify the sampling number in each dimension, the axis order is x:y:z.

Supported Platforms:

Ascend