Skip navigation

DSpace

機構典藏 DSpace 系統致力於保存各式數位資料(如:文字、圖片、PDF)並使其易於取用。

點此認識 DSpace
DSpace logo
English
中文
  • 瀏覽論文
    • 校院系所
    • 出版年
    • 作者
    • 標題
    • 關鍵字
    • 指導教授
  • 搜尋 TDR
  • 授權 Q&A
    • 我的頁面
    • 接受 E-mail 通知
    • 編輯個人資料
  1. NTU Theses and Dissertations Repository
  2. 工學院
  3. 工業工程學研究所
請用此 Handle URI 來引用此文件: http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/47071
完整後設資料紀錄
DC 欄位值語言
dc.contributor.advisor陳正剛
dc.contributor.authorShu-Li Laien
dc.contributor.author賴淑俐zh_TW
dc.date.accessioned2021-06-15T05:46:47Z-
dc.date.available2015-08-20
dc.date.copyright2010-08-20
dc.date.issued2010
dc.date.submitted2010-08-18
dc.identifier.citationAltman, D. and J. Bland (1994). 'Diagnostic tests. 1: Sensitivity and specificity.' BMJ: British Medical Journal 308(6943): 1552.
Breiman, L., J. Friedman, et al. (1984). 'Classification and regression trees (Belmont, CA: Wadsworth).' International Group: 432.
Dietterich, T. (2000). 'An experimental comparison of three methods for constructing ensembles of decision trees: Bagging, boosting, and randomization.' Machine learning 40(2): 139-157.
Friedman, J., T. Hastie, et al. (2008). 'The Elements of Statistical Learning: Data Mining, Inference and Prediction, Springer.'
Wilkinson, L. and G. Dallal (1981). 'Tests of significance in forward selection regression with an F-to-enter stopping rule.' Technometrics: 377-380.
Wolfgang, H. and S. Leopold (2007). Applied Multivariate Statistical Analysis, Berlin Heidelberg Springer.
Yildiz, C. and E. Alpaydin (2001). 'Omnivariate decision trees.' IEEE Transactions on neural networks 12(6): 1539-1546.
巫信融,2009,多層判別分析及其應用,國立台灣大學工業工程學研究所碩士論文。
楊惟婷,2009,多變量分類樹之建構與應用,國立台灣大學工業工程學研究所碩士論文。
劉中維,2009,甲狀腺腫瘤超音波特徵之量化與效力分析,國立台灣大學工業工程學研究所碩士論文。
dc.identifier.urihttp://tdr.lib.ntu.edu.tw/jspui/handle/123456789/47071-
dc.description.abstract一般認為CART傳統分類樹可以有效率地分類某些特定資料類型,實際上因其演算法的計算方式並非一直能有效率地做分類。多層判別分析的結構有別於傳統分類樹結構,其每一層必定只有三個結點,其中兩結點為已做判別的資料,一結點為未分類資料,再由這一個未分類結點資料繼續利用其他屬性分割展開新的一層。雖然多層判別分析改善了一些CART的缺點,但在某些情況仍有其限制。本研究利用一個簡單的二類別兩屬性資料探討傳統分類樹與多層判別分析之理論分析能力,發現到這兩種判別方法不一定都會產生最有效率最易解釋的模型出來。我們針對一特定資料類別分佈型態,分別探討兩種分類法的性質,同時也提出一些假設的例子來展示兩種分類法的特性與不足之處。
根據本研究之理論探討發現,多層判別分析不足之處,恰好是傳統分類樹表現最佳之處。因此本研究試著延伸多層判別分析的方法,提出的新的演算法將傳統分類樹的概念加在多層判別分析上。每當一個結點進入演算法時,皆有可能分割成傳統分類樹的兩結點或多層判別分析的兩結點或三結點,且同一層中的結點皆有可能繼續分割。由於分割成三結點的不純度大多情況下都低於分割成兩結點的不純度,因此若要分割成三結點時,必須通過統計檢定檢驗其是否值得分割成三結點。經模擬案例與實際案例的問題來做測試,驗證此新演算法確實提升了多層判別分析的分類能力。
zh_TW
dc.description.abstractIt’s generally believed that the traditional classification tree, such as Classification and Regression Trees (CART), can effectively classify certain type of data distribution. In fact, because the criterion and the procedure used by the traditional classification tree, we can show that it is not always as efficient as expected. The structure of the multi-layer classifier is different from the traditional tree structure. Each layer consists of three nodes of which two are nodes with data completely classified and one with unclassified dat. The node with unclassified data is then further split into a new layer with three nodes until a stop criterion is reached. In this research, we will use a simple binary data with two attributes to discuss the properties and discriminating capabilities of the traditional classification tree and the multi-layer classifier. We show that neither the traditional classification tree nor the multi-layer classifier can always construct the most effective and easily interpretable models for a certain data distribution type.
Based on the theoretical discussions in this research, it is found that the insufficiency of the multi-layer classifier can remedied by incorporating the splitting methods of the traditional classification tree. Therefore, we propose an enhanced algorithm for the multi-layer classifier. The new algorithm will embed the concept of the binary classification tree. When a node is to be split, it can be split into two or three nodes. As the impurity of three nodes is more likely to be lower than that of two nodes, to split into three nodes must be tested by a statistical test. This algorithm is tested by simulation cases and a real case to verify and show its superior discriminating capability over the traditional classification tree and the multi-layer classifier.
en
dc.description.provenanceMade available in DSpace on 2021-06-15T05:46:47Z (GMT). No. of bitstreams: 1
ntu-99-R97546009-1.pdf: 1327569 bytes, checksum: adff818799119efd5e9dd1861a142d1e (MD5)
Previous issue date: 2010
en
dc.description.tableofcontents誌謝 I
摘要 II
ABSTRACT III
目錄 IV
圖目錄 V
表目錄 VII
第 1 章 緒論 1
1.1 研究背景 1
1.1 研究動機與研究目標 1
1.2 論文架構 2
第 2 章 文獻探討 3
2.1 費雪線性判別分析 3
2.2 CART 分類樹 5
2.3 多層判別分析 6
第 3 章 判別分析之理論探討 12
3.1 分類樹的分類能力分析 13
3.2 多層判別分析的分類能力分析 25
第 4 章 多層判別分析的強化 40
4.1 模型型態介紹 40
4.1.1 分割各資料結點的做法 41
4.1.2 加入新屬性到模型中的做法 44
4.2 建構模型的完整流程 47
4.3 判別分析的比較 52
第 5 章 實際案例之腫瘤診斷 58
第 6 章 結論與未來研究建議 70
參考文獻 72
dc.language.isozh-TW
dc.subject分類樹zh_TW
dc.subjectWilks’ Lambda檢定zh_TW
dc.subject多層判別分析zh_TW
dc.subjectClassification treeen
dc.subjectMulti-layer Classifieren
dc.subjectWilks’ Lambda Testen
dc.title多層判別分析理論與方法擴張及其於腫瘤診斷上的應用zh_TW
dc.titleTheories and Enhancement of Multi-layer Classifiers with Applications to Cancer Diagnosisen
dc.typeThesis
dc.date.schoolyear98-2
dc.description.degree碩士
dc.contributor.oralexamcommittee黃銘欽,蔡雅蓉,范治民
dc.subject.keyword分類樹,多層判別分析,Wilks’ Lambda檢定,zh_TW
dc.subject.keywordClassification tree,Multi-layer Classifier,Wilks’ Lambda Test,en
dc.relation.page72
dc.rights.note有償授權
dc.date.accepted2010-08-19
dc.contributor.author-college工學院zh_TW
dc.contributor.author-dept工業工程學研究所zh_TW
顯示於系所單位:工業工程學研究所

文件中的檔案:
檔案 大小格式 
ntu-99-1.pdf
  未授權公開取用
1.3 MBAdobe PDF
顯示文件簡單紀錄


系統中的文件,除了特別指名其著作權條款之外,均受到著作權保護,並且保留所有的權利。

社群連結
聯絡資訊
10617臺北市大安區羅斯福路四段1號
No.1 Sec.4, Roosevelt Rd., Taipei, Taiwan, R.O.C. 106
Tel: (02)33662353
Email: ntuetds@ntu.edu.tw
意見箱
相關連結
館藏目錄
國內圖書館整合查詢 MetaCat
臺大學術典藏 NTU Scholars
臺大圖書館數位典藏館
本站聲明
© NTU Library All Rights Reserved