- R Machine Learning Essentials
- Michele Usuelli
- 163字
- 2021-08-05 17:08:43
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Load the randomForest
package containing the random forest
algorithm."
A block of code is set as follows:
[default] arrayFeatures <- names(dtBank) arrayFeatures <- arrayFeatures[arrayFeatures != 'output'] formulaAll <- paste('output', '~') formulaAll <- paste(formulaAll, arrayFeatures[1]) for(nameFeature in arrayFeatures[-1]){ formulaAll <- paste(formulaAll, '+', nameFeature) } formulaAll <- formula(formulaAll)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
n1 + n2 [1] 5 n1 * n2 [1] 6
New terms and important words are shown in bold.
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- 公有云容器化指南:騰訊云TKE實戰與應用
- 程序員修煉之道:從小工到專家
- 大數據技術基礎
- 數據挖掘原理與實踐
- 達夢數據庫編程指南
- Developing Mobile Games with Moai SDK
- Access 2016數據庫技術及應用
- Lean Mobile App Development
- MySQL 8.x從入門到精通(視頻教學版)
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 金融商業算法建模:基于Python和SAS
- Apache Kylin權威指南
- 二進制分析實戰
- SQL Server 2012實施與管理實戰指南
- Unreal Engine Virtual Reality Quick Start Guide