- MATLAB for Machine Learning
- Giuseppe Ciaburro
- 95字
- 2021-07-02 19:37:34
Supported datatypes
The datatypes supported are as follow:
- Numeric scalars, vectors, matrices, or arrays having single or double precision entries. These data forms have the single or double datatype.
- Cell arrays of character vectors; character, logical, or categorical arrays; or numeric vectors for categorical variables representing grouping data. These data forms have the cellstr, char, logical, categorical, and single or double datatype, respectively.
- Some functions support tabular arrays for heterogeneous. The table datatype contains variables of any of the datatypes previously listed.
- Some functions accept gpuArray input arguments so that they execute on the GPU.
推薦閱讀
- DevOps with Kubernetes
- Oracle Exadata性能優化
- Getting Started with CreateJS
- 深度學習:算法入門與Keras編程實踐
- Learning Selenium Testing Tools(Third Edition)
- Flutter跨平臺開發入門與實戰
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Mastering Business Intelligence with MicroStrategy
- 代替VBA!用Python輕松實現Excel編程
- Web開發的平民英雄:PHP+MySQL
- C++17 By Example
- Java EE程序設計與開發實踐教程
- Build Your Own PaaS with Docker
- 大象:Thinking in UML(第二版)
- 零基礎入門Python數據分析與機器學習