from sklearn.preprocessing import normalize matrix = numpy.arange(0,27,3).reshape(3,3).astype(numpy.float64) # array([[ 0., 3., 6.] ...
確定! 回上一頁