python計算灰色關聯度

1. 初值法 import pandas as pd import os os.chdir(r"E:\BaiduNetdiskDownload\數據") #指定路徑 x=pd.read_excel("灰色關聯度1.xlsx", encoding='utf8') x=x.T # 一、數據初值化處理 x_mean=x.mean(axis=1) for i in range(x.index.s
相關文章
相關標籤/搜索