이 페이지의 최신 내용은 아직 번역되지 않았습니다. 최신 내용은 영문으로 볼 수 있습니다.
tall형 배열을 사용하면 수백만 개 또는 수십억 개의 행을 저장할 수 있는 데이터저장소가 지원되는 데이터로 작업할 수 있습니다. 숫자형 배열, 셀형 배열, categorical형 배열, string형 배열, datetime형 배열, duration형 배열 또는 calendarDuration형 배열을 tall형 배열로 만들 수 있으며, 이러한 tall형 배열을 어느 것이든 tall형 테이블이나 tall형 타임테이블의 변수로 사용할 수 있습니다. 많은 연산과 함수가 메모리 내 MATLAB® 배열에서와 같은 방식으로 tall형 배열에서 동작하지만, 대부분의 결과는 gather
를 사용하여 명시적으로 요청할 경우에만 계산됩니다. MATLAB은 데이터를 거치는 패스 횟수를 최소화하여 대기 중인 계산을 자동으로 최적화합니다. 자세한 내용은 tall형 배열 항목을 참조하십시오.
빅 데이터 시스템과의 통합이나 tall형 배열 알고리즘의 컴파일에 대한 자세한 내용은 Extend Tall Arrays with Other Products 항목을 참조하십시오.
tall | Create tall array |
datastore | 대규모의 데이터 모음을 저장할 데이터저장소 만들기 |
mapreducer | mapreduce 또는 tall형 배열의 실행 환경 정의 |
gather | 대기 중인 연산을 실행한 후 tall형 배열을 메모리에 수집 |
head | table형, timetable형 또는 tall형 배열의 맨 위 행 가져오기 |
tail | Get bottom rows of table, timetable, or tall array |
topkrows | Top rows in sorted order |
istall | 입력값이 tall형 배열인지 확인 |
classUnderlying | tall형 배열의 기본 데이터 클래스 |
isaUnderlying | tall형 배열 데이터가 지정된 클래스의 데이터인지 확인 |
write | Write tall array to local and remote locations for checkpointing |
tallrng | Control random number generation for tall arrays |
tall형 배열에 대해 알아보고 예제 계산을 수행합니다.
tall형 배열을 지원하는 MATLAB 함수의 사전순 목록.
Deferred Evaluation of Tall Arrays
How to leverage deferred execution of tall arrays to optimize performance of calculations.
Index and View Tall Array Elements
Extract, assign, and view portions of a tall array.
Grouped Statistics Calculations with Tall Arrays
This example shows how to use the findgroups
and splitapply
functions to calculate grouped statistics of a tall timetable containing power outage data.
Visualization techniques for tall arrays.
This example shows how to use histogram
and histogram2
to analyze and visualize data contained in a tall array.
Extend Tall Arrays with Other Products
List of products that enhance capabilities of tall arrays.