- Hands-On Ensemble Learning with R
- Prabhanjan Narayanachar Tattar
- 123字
- 2021-07-23 19:10:49
Conventions used
There are a number of text conventions used throughout this book.
CodeInText
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. For example; "The computation of the values of the density functions using the dexp
function."
A block of code is set as follows:
> Events_Prob <- apply(Elements_Prob,1,prod) > Majority_Events <- (rowSums(APC)>NT/2) > sum(Events_Prob*Majority_Events) [1] 0.9112646
Bold: Indicates a new term, an important word, or words that you see on the screen, for example, in menus or dialog boxes, also appear in the text like this. For example: "Select System info from the Administration panel."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- ArchiCAD 19:The Definitive Guide
- Canvas LMS Course Design
- 傳感器技術(shù)實(shí)驗(yàn)教程
- Dreamweaver 8中文版商業(yè)案例精粹
- Learning Apache Spark 2
- Blockchain Quick Start Guide
- 傳感器與物聯(lián)網(wǎng)技術(shù)
- Moodle Course Design Best Practices
- Microsoft System Center Confi guration Manager
- 空間機(jī)械臂建模、規(guī)劃與控制
- HBase Essentials
- 生成對(duì)抗網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- PostgreSQL 10 High Performance
- Practical Network Automation
- Flink內(nèi)核原理與實(shí)現(xiàn)