- Machine Learning with R Quick Start Guide
- Iván Pastor Sanz
- 132字
- 2021-06-24 16:01:28
Things to know about R
Before moving on to typing in commands, you must know that R is a case-sensitive and interpreted language.
You can choose between manually entering commands and running a set of commands from the source file as per your will. R provides a lot of built-in functions that give most functionalities to the user. As a user, you can even create user-created functions.
You can even create and manipulate objects. You might know that objects are anything that can have an assigned value. An interactive session will require all objects to be present in the memory while the execution process is running, whereas the functions can be placed in the packages that have a reference in the current program and can be accessed as and when needed.
推薦閱讀
- 平面設(shè)計(jì)初步
- Getting Started with MariaDB
- 深度學(xué)習(xí)中的圖像分類與對(duì)抗技術(shù)
- Docker High Performance(Second Edition)
- 電腦主板現(xiàn)場(chǎng)維修實(shí)錄
- 水下無(wú)線傳感器網(wǎng)絡(luò)的通信與決策技術(shù)
- 內(nèi)模控制及其應(yīng)用
- LAMP網(wǎng)站開發(fā)黃金組合Linux+Apache+MySQL+PHP
- 激光選區(qū)熔化3D打印技術(shù)
- 基于神經(jīng)網(wǎng)絡(luò)的監(jiān)督和半監(jiān)督學(xué)習(xí)方法與遙感圖像智能解譯
- 自動(dòng)化生產(chǎn)線安裝與調(diào)試(三菱FX系列)(第二版)
- Photoshop CS5圖像處理入門、進(jìn)階與提高
- SQL Server數(shù)據(jù)庫(kù)應(yīng)用基礎(chǔ)(第2版)
- 手機(jī)游戲策劃設(shè)計(jì)
- ASP.NET 2.0 Web開發(fā)入門指南