@@ -15,6 +15,12 @@ description: "This book contains documented R examples to accompany several chap
1515editor_options :
1616 markdown :
1717 wrap : 72
18+ header-includes :
19+ - \usepackage{titlepic}
20+ - \titlepic{\includegraphics[width=\textwidth]{images/cover.pdf}}
21+ classoption :
22+ - notitlepage
23+ links-as-notes : true
1824---
1925
2026# Preface {.unnumbered}
@@ -39,7 +45,7 @@ The code examples collected in this book were developed for the course
3945_ CS 5/7331 Data Mining_ taught
4046at the advanced undergraduate and graduate level
4147at the [ Computer Science Department] ( https://www.smu.edu/lyle/departments/cs ) at
42- [ SMU ] ( http://www.smu.edu ) since Spring 2013 and will be regularly
48+ Southern Methodist University (SMU ) since Spring 2013 and will be regularly
4349updated and improved.
4450The learning method used in this book is learning-by-doing.
4551The code examples throughout this book are
@@ -48,7 +54,9 @@ try it out on the provided dataset and then apply it directly to your own
4854data. Instructors can use this companion as a component to create an
4955introduction to data mining course for advanced undergraduates and graduate
5056students who are proficient in programming and have basic statistics knowledge.
51- A complete set of slides (PDF and PowerPoint) is provided on the
57+ The latest version of this book (html and PDF)
58+ with a complete set of lecture slides (PDF and PowerPoint)
59+ is provided on the
5260[ book's GitHub page.] ( https://github.com/mhahsler/Introduction_to_Data_Mining_R_Examples )
5361
5462The latest update includes the use of the popular
@@ -58,21 +66,34 @@ packages in the meta-package `tidyverse` [@R-tidyverse] including
5866Please use the edit function within this book or visit the [ book's
5967GitHub project
6068page] ( https://github.com/mhahsler/Introduction_to_Data_Mining_R_Examples )
61- to submit corrections or suggest improvements. To cite this book, use:
69+ to submit corrections or suggest improvements.
6270
63- > Michael Hahsler (2021). * An R Companion for Introduction to Data
64- > Mining.* Online Book.
65- > < https://mhahsler.github.io/Introduction_to_Data_Mining_R_Examples/book/ >
71+ \newpage
72+
73+ To cite this book, use:
74+
75+ > Michael Hahsler (2024). * An R Companion for Introduction to Data
76+ > Mining.* figshare.
77+ > DOI: 10.6084/m9.figshare.26750404
78+ > URL: < https://mhahsler.github.io/Introduction_to_Data_Mining_R_Examples/book/ >
6679
6780I hope this book helps you to learn to use R more efficiently for your
6881data mining projects.
6982
7083Michael Hahsler
7184
72- ## License {.unnumbered}
85+ \vfill
86+
87+
88+ ``` {r echo=FALSE, results='asis'}
89+ if (knitr::is_latex_output()) {
90+ cat(' ')
91+ } else {
92+ cat('\\ ')
93+ }
94+ ```
7395
74- ![ Creative Commons License] ( images/by-nc-sa.png ) The online version of
75- this book is licensed under the [ Creative Commons
96+ This book is licensed under the [ Creative Commons
7697Attribution-NonCommercial-ShareAlike 4.0 International
7798License] ( http://creativecommons.org/licenses/by-nc-sa/4.0/ ) .
7899
0 commit comments