- Scala Data Analysis Cookbook
- Arun Manivannan
- 216字
- 2021-07-09 21:24:14
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
organization := "com.packt" name := "chapter1-breeze" scalaVersion := "2.10.4" libraryDependencies ++= Seq( "org.scalanlp" %% "breeze" % "0.11.2", //Optional - the 'why' is explained in the How it works section "org.scalanlp" %% "breeze-natives" % "0.11.2" )
Any command-line input or output is written as follows:
sudo apt-get install libatlas3-base libopenblas-base sudo update-alternatives --config libblas.so.3 sudo update-alternatives --config liblapack.so.3
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: "Now, if we wish to share this chart with someone or link it to an external website, we can do so by clicking on the gear icon in this paragraph and then clicking on Link this paragraph."
- Embedded Linux Projects Using Yocto Project Cookbook
- ExtGWT Rich Internet Application Cookbook
- 深度學習經典案例解析:基于MATLAB
- 深入淺出WPF
- Clojure for Domain:specific Languages
- Java EE 7 Development with NetBeans 8
- 劍指Java:核心原理與應用實踐
- Linux:Embedded Development
- Unity 2017 Mobile Game Development
- 用案例學Java Web整合開發
- 大話Java:程序設計從入門到精通
- RocketMQ實戰與原理解析
- Photoshop智能手機APP界面設計
- Penetration Testing with the Bash shell
- Java EE架構設計與開發實踐