線性回歸
熟記 args=np.polyfit(x, y, n):產生… Read more »
熟記 args=np.polyfit(x, y, n):產生… Read more »
用途 類別方法不需要產生物件就可以直接使用. 但調用的方式是… Read more »
熟記 interp1d(x, y):產生線性插值方程式 in… Read more »
numpy[ˋnʌmpi],讀音為難 py,其內容博大精深,… Read more »
程式撰寫中, 一定會有一些錯誤, 這些bug除了造成運算結果… Read more »
列舉 將所有的項目全部都集合在一個類別內, 比如 1~12月… Read more »
特殊屬性 使用dir()可以列出類別裏的所有屬性, 其他包含… Read more »
封裝 在類別裏, 通常會定義其他的方法進行資料的運算, 從外… Read more »
建構子(Constructor) 實例化物件時, 會自動執行… Read more »
Python/Java/C#的不同 Python的子類別,可… Read more »
