forked from mindspore-Ecosystem/mindspore
10 lines
332 B
ReStructuredText
10 lines
332 B
ReStructuredText
|
|
mindspore.dataset.SamplingStrategy
|
||
|
|
==================================
|
||
|
|
|
||
|
|
.. py:class:: mindspore.dataset.SamplingStrategy
|
||
|
|
|
||
|
|
指定图数据采样策略的枚举类。
|
||
|
|
|
||
|
|
- **SamplingStrategy.RANDOM** - 随机抽样,带放回采样。
|
||
|
|
- **SamplingStrategy.EDGE_WEIGHT** - 以边缘的权重为概率进行采样。
|