- MATLAB for Machine Learning
- Giuseppe Ciaburro
- 173字
- 2021-07-02 19:37:30
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: "MATLAB performs the math task and assigns the result to the ans variable."
A block of code is set as follows:
PC1 = 0.8852* Area + 0.3958 * Perimeter + 0.0043 * Compactness +
0.1286 * LengthK + 0.1110 * WidthK - 0.1195 * AsymCoef + 0.1290 *
LengthKG
Any command-line input or output is written as follows:
>>10+90
ans =
100
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: "A reference page in the Help browser."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- Oracle從入門到精通(第3版)
- Mobile Application Development:JavaScript Frameworks
- Practical Windows Forensics
- Raspberry Pi 2 Server Essentials
- The DevOps 2.5 Toolkit
- Extending Puppet(Second Edition)
- ExtJS高級程序設計
- UVM實戰
- 持續輕量級Java EE開發:編寫可測試的代碼
- 匯編語言編程基礎:基于LoongArch
- C++20高級編程
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Hands-On Nuxt.js Web Development
- Visual Studio Code 權威指南
- IPython Interactive Computing and Visualization Cookbook