Can one constrain the outcome of pyDOE.lhs?

后端 未结 0 1013
有刺的猬
有刺的猬 2021-02-07 05:27

Let\'s say I have an array like this:

import pyDOE
import numpy as np

np.random.seed(42)

rows = 5
cols = 3

dummy = np.zeros((rows, cols))

array([[0., 0., 0.],         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题