You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- mindspore.dataset.SamplingStrategy
- ==================================
-
- .. py:class:: mindspore.dataset.SamplingStrategy
-
- 指定图数据采样策略的枚举类。
-
- - **SamplingStrategy.RANDOM** - 随机抽样,带放回采样。
- - **SamplingStrategy.EDGE_WEIGHT** - 以边缘的权重为概率进行采样。
|