references.bib (5221B)
1 @book{breiman1984cart, 2 author = {Breiman, L. and Friedman, J. and Olshen, R. A. and Stone, C. J.}, 3 title = {Classification and Regression Trees}, 4 edition = {1st}, 5 year = {1984}, 6 publisher = {Chapman and Hall/CRC}, 7 doi = {10.1201/9781315139470} 8 } 9 10 @article{MurthyKS94, 11 12 author = {Murthy, S. K. and Kasif, S. and Salzberg, S. L.}, 13 title = {A System for Induction of Oblique Decision Trees}, 14 journal = {Journal of Artificial Intelligence Research}, 15 volume = {2}, 16 pages = {1--32}, 17 year = {1994}, 18 doi = {10.1613/jair.63}, 19 } 20 21 @article{quinlan1986, 22 author = {Quinlan, J. R.}, 23 title = {Induction of Decision Trees}, 24 journal = {Machine Learning}, 25 volume = {1}, 26 number = {1}, 27 pages = {81--106}, 28 year = {1986}, 29 doi = {10.1007/BF00116251} 30 } 31 32 @article{HHCart, 33 author = {Wickramarachchi, D. C. and Robertson, B. L. and Reale, M. and Price, C. J. and Brown, J.}, 34 title = {{HHCART: An oblique decision tree}}, 35 journal = {Computational Statistics \& Data Analysis}, 36 volume = {96}, 37 pages = {12--23}, 38 year = {2016}, 39 issn = {0167-9473}, 40 doi = {10.1016/j.csda.2015.11.006}, 41 } 42 43 @article{odewahn, 44 author = {Odewahn, S. C. and Stockwell, E. B. and Pennington, R. L. and Humphreys, R. M. and Zumach, W. A.}, 45 title = {Automated Star/Galaxy Discrimination With Neural Networks}, 46 journal = {The Astronomical Journal}, 47 year = {1992}, 48 volume = {103}, 49 pages = {318}, 50 doi = {10.1086/116063}, 51 } 52 53 @misc{breast_cancer, 54 author = {Wolberg, W.}, 55 title = {{Breast Cancer Wisconsin (Original)}}, 56 year = {1990}, 57 howpublished = {UCI Machine Learning Repository}, 58 note = {{doi}: 10.24432/C5HP4Z} 59 } 60 61 @misc{iris, 62 author = {Fisher, R. A.}, 63 title = {Iris}, 64 year = {1936}, 65 note = {{doi}: 10.24432/C56C76}, 66 howpublished = {UCI Machine Learning Repository}, 67 } 68 69 @article{boston, 70 title = {Hedonic housing prices and the demand for clean air}, 71 journal = {Journal of Environmental Economics and Management}, 72 volume = {5}, 73 number = {1}, 74 pages = {81--102}, 75 year = {1978}, 76 issn = {0095-0696}, 77 doi = {10.1016/0095-0696(78)90006-2}, 78 author = {D. Harrison and D. L. Rubinfeld}, 79 } 80 81 82 @inproceedings{diabetes, 83 author = {Smith, J. W. and Everhart, J. E. and Dickson, W. C. and Knowler, W. C. and Johannes, R. S.}, 84 title = {Using the ADAP Learning Algorithm to Forecast the Onset of Diabetes Mellitus}, 85 booktitle = {Proceedings of the Annual Symposium on Computer Application in Medical Care}, 86 pages = {261--265}, 87 year = {1988} 88 } 89 90 @inproceedings{boosting, 91 author = {Drucker, H. and Cortes, C.}, 92 booktitle = {Advances in Neural Information Processing Systems}, 93 publisher = {MIT Press}, 94 title = {Boosting Decision Trees}, 95 volume = {8}, 96 year = {1995} 97 } 98 99 @article{sgboost, 100 title = {Stochastic gradient boosting}, 101 journal = {Computational Statistics \& Data Analysis}, 102 volume = {38}, 103 number = {4}, 104 pages = {367--378}, 105 year = {2002}, 106 issn = {0167-9473}, 107 doi = {10.1016/S0167-9473(01)00065-2}, 108 author = {J. H. Friedman}, 109 } 110 111 @article{survey, 112 author={Mienye, I. D. and Jere, N.}, 113 journal={IEEE Access}, 114 title={A Survey of Decision Trees: Concepts, Algorithms, and Applications}, 115 year={2024}, 116 volume={12}, 117 pages={86716--86727}, 118 doi={10.1109/ACCESS.2024.3416838}} 119 120 @article{recent_overview, 121 title={Decision trees: a recent overview}, 122 author={Kotsiantis, S. B.}, 123 journal={Artificial Intelligence Review}, 124 volume={39}, 125 number={4}, 126 pages={261--283}, 127 year={2011}, 128 publisher={Springer}, 129 doi={10.1007/s10462-011-9272-4} 130 } 131 132 @article{it, 133 author={Shannon, C. E.}, 134 journal={The Bell System Technical Journal}, 135 title={A mathematical theory of communication}, 136 year={1948}, 137 volume={27}, 138 number={3}, 139 pages={379--423}, 140 doi={10.1002/j.1538-7305.1948.tb01338.x}, 141 } 142 143 144 @book{matrix, 145 title={Matrix Computations}, 146 author={Golub, G.H. and Van Loan, C.F.}, 147 isbn={9781421407944}, 148 lccn={2012943449}, 149 series={Johns Hopkins Studies in the Mathematical Sciences}, 150 year={2013}, 151 publisher={Johns Hopkins University Press} 152 } 153 154 155 @inproceedings{buntine, 156 title={Tree Classification Software}, 157 author={W. L. Buntine}, 158 booktitle = {Technology 2002: The Third National Technology Transfer Conference and Exposition, Volume 1}, 159 year={1993}, 160 } 161 162 @article{rndfrst, 163 author = {L. Breiman}, 164 title = {Random Forests}, 165 journal = {Machine Learning}, 166 year = {2001}, 167 volume = {45}, 168 number = {1}, 169 pages = {5--32}, 170 month = {Oct}, 171 issn = {1573-0565}, 172 doi = {10.1023/A:1010933404324} 173 } 174 175 @book{c4.5, 176 title={C4.5: Programs for Machine Learning}, 177 author={Quinlan, J. R.}, 178 isbn={9781558602380}, 179 series={Morgan Kaufmann series in machine learning}, 180 year={1993}, 181 publisher={Elsevier Science} 182 } 183 184 @inproceedings{cv, 185 author = {R. Kohavi}, 186 title = {A study of cross-validation and bootstrap for accuracy estimation and model selection}, 187 booktitle = {Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI)}, 188 year = {1995}, 189 pages = {1137--1143}, 190 address = {Montreal, Canada}, 191 }