numpy:矩陣或者數組相減

# -*- coding: utf-8 -*- """ numpy:矩陣或者數組相減 """ import numpy as np if __name__ == '__main__': feature = np.array([2,3,5]) center = np.array([1,2,3]) print("原始數據維度:") print(featur
相關文章
相關標籤/搜索