- Mastering Machine Learning with R
- Cory Lesmeister
- 141字
- 2021-07-09 21:28:17
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. Any command-line input or output is written as follows:
cor(x1, y1) #correlation of x1 and y1 [1] 0.8164205 > cor(x2, y1) #correlation of x2 and y2 [1] 0.8164205
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: Clicking the Next button moves you to the next screen.
推薦閱讀
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- vSphere High Performance Cookbook
- Unity Virtual Reality Projects
- x86匯編語言:從實模式到保護模式(第2版)
- UML 基礎與 Rose 建模案例(第3版)
- 零基礎入門學習Python(第2版)
- C/C++程序員面試指南
- Linux C編程:一站式學習
- Learning Unreal Engine Android Game Development
- Learning jQuery(Fourth Edition)
- Geospatial Development By Example with Python
- Java程序設計教程
- Mastering Unreal Engine 4.X
- Implementing Domain:Specific Languages with Xtext and Xtend
- Django 2.0 入門與實踐