numpy.repeat(a, repeats, axis=None) 功能: 將矩陣A按照給定的axis將每個元素重複repeats次數 引數: a:輸入矩陣, repeats:每個元素重複的次數, ...
確定! 回上一頁