from sklearn.preprocessing import Normalizer X = [[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12]] t = Normalizer() t.fit(X).
確定! 回上一頁