sample(withReplacement,fraction,seed)算子根据fraction指定的比例对数据进行采样,可以选择是否使用随机数进行替换,seed用于指定随机数生成器种子

题目

sample(withReplacement,fraction,seed)算子根据fraction指定的比例对数据进行采样,可以选择是否使用随机数进行替换,seed用于指定随机数生成器种子


相似考题
参考答案和解析
正确答案:正确