- Mastering Java for Data Science
- Alexey Grigorev
- 177字
- 2021-07-02 23:44:29
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: "Here, we create SummaryStatistics objects and add all body content lengths."
A block of code is set as follows:
SummaryStatistics statistics = new SummaryStatistics(); data.stream().mapToDouble(RankedPage::getBodyContentLength)
.forEach(statistics::addValue);
System.out.println(statistics.getSummary());
Any command-line input or output is written as follows:
mvn dependency:copy-dependencies -DoutputDirectory=lib
mvn compile
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: "If, instead, our model outputs some score such that the higher the values of the score the more likely the item is to be positive, then the binary classifier is called a ranking classifier."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 正則表達(dá)式必知必會(huì)
- 大話Oracle Grid:云時(shí)代的RAC
- 大數(shù)據(jù)精準(zhǔn)挖掘
- 信息學(xué)競賽寶典:數(shù)據(jù)結(jié)構(gòu)基礎(chǔ)
- 云原生數(shù)據(jù)中臺(tái):架構(gòu)、方法論與實(shí)踐
- INSTANT Apple iBooks How-to
- HikariCP連接池實(shí)戰(zhàn)
- 編寫有效用例
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)指南
- INSTANT Android Fragmentation Management How-to
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 二進(jìn)制分析實(shí)戰(zhàn)
- Doris實(shí)時(shí)數(shù)倉實(shí)戰(zhàn)
- Unity for Architectural Visualization
- Trino權(quán)威指南(原書第2版)