官术网_书友最值得收藏!

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.

主站蜘蛛池模板: 迁安市| 秀山| 城固县| 缙云县| 霍山县| 滕州市| 衢州市| 七台河市| 扎兰屯市| 宁南县| 天全县| 平南县| 兴化市| 镇原县| 定结县| 汝州市| 咸阳市| 朝阳区| 永胜县| 沁水县| 资源县| 秦皇岛市| 南宁市| 吉林省| 黄石市| 城固县| 鄂伦春自治旗| 乌恰县| 昌平区| 额敏县| 托克逊县| 大埔区| 孙吴县| 黄石市| 厦门市| 雷州市| 阳春市| 翁源县| 米脂县| 大悟县| 长宁区|