- Machine Learning in Java
- AshishSingh Bhatia Bostjan Kaluza
- 163字
- 2021-06-10 19:29:54
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Unzip the archive and locate weka.jar within the extracted archive."
A block of code is set as follows:
data.defineSingleOutputOthersInput(outputColumn);
EncogModel model = new EncogModel(data);
model.selectMethod(data, MLMethodFactory.TYPE_FEEDFORWARD);
model.setReport(new ConsoleStatusReportable());
data.normalize();
Any command-line input or output is written as follows:
$ java -cp moa.jar -javaagent:sizeofag.jar moa.gui.GUI
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text as bold. Here is an example: "We can convert it to a Comma Separated Value (CSV) format by clicking File | Save As and picking CSV in the saving dialog."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 網(wǎng)頁編程技術(shù)
- Drupal 7 Multilingual Sites
- 反饋系統(tǒng):多學(xué)科視角(原書第2版)
- 圖解PLC控制系統(tǒng)梯形圖和語句表
- Julia 1.0 Programming
- 流處理器研究與設(shè)計
- 計算機網(wǎng)絡(luò)技術(shù)基礎(chǔ)
- 21天學(xué)通Visual C++
- 大數(shù)據(jù)技術(shù)與應(yīng)用
- 大學(xué)C/C++語言程序設(shè)計基礎(chǔ)
- Kubernetes for Serverless Applications
- 分析力!專業(yè)Excel的制作與分析實用法則
- 網(wǎng)絡(luò)管理工具實用詳解
- Excel 2010函數(shù)與公式速查手冊
- Bayesian Analysis with Python