import numpy as np import matplotlib.pyplot as plt # 群集中心和元素的數量seed_num = 3 dot_num = 20 # 初始元素x = np.random.randint(0, 500, ...
確定! 回上一頁