- 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.
推薦閱讀
- SQL Server 從入門到項目實踐(超值版)
- Computer Vision for the Web
- C語言程序設計案例教程(第2版)
- Learning C++ Functional Programming
- 軟件測試項目實戰之性能測試篇
- 跟老齊學Python:輕松入門
- 單片機應用技術
- Java EE 7 Development with NetBeans 8
- PhoneGap Mobile Application Development Cookbook
- HTML5秘籍(第2版)
- Internet of Things with ESP8266
- C++ Fundamentals
- Mastering VMware Horizon 7(Second Edition)
- 軟件測試技術
- Instant Pygame for Python Game Development How-to