이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
classUnderlying
tall형 배열의 기본 데이터 클래스
설명
예제
tall형 배열의 기본 클래스 확인하기
tall형 테이블과 tall형 배열은 모두 tall
클래스에 속합니다. 그러나 tall형 배열의 기본 데이터형은 다를 수 있습니다.
airlinesmall.csv
데이터 세트에 대한 데이터저장소를 만듭니다. 사용할 변수의 일부를 선택하고 'NA'
값을 누락된 데이터로 처리합니다. 그러면 datastore
가 이 값을 NaN
값으로 대체합니다. 이 데이터저장소를 tall형 테이블로 변환합니다.
varnames = {'Year', 'UniqueCarrier'}; ds = tabularTextDatastore('airlinesmall.csv','TreatAsMissing','NA',... 'SelectedVariableNames',varnames); tt = tall(ds)
tt = Mx2 tall table Year UniqueCarrier ____ _____________ 1987 {'PS'} 1987 {'PS'} 1987 {'PS'} 1987 {'PS'} 1987 {'PS'} 1987 {'PS'} 1987 {'PS'} 1987 {'PS'} : : : :
tall형 테이블 tt
의 클래스와 첫 번째 테이블 변수 Year
의 클래스를 확인합니다.
class(tt)
ans = 'tall'
class(tt.Year)
ans = 'tall'
tt
의 기본 데이터형과 Year
및 UniqueCarrier
테이블 변수의 기본 데이터형을 확인합니다.
classUnderlying(tt)
ans = 1x5 tall char array 'table'
classUnderlying(tt.Year)
ans = 1x6 tall char array 'double'
classUnderlying(tt.UniqueCarrier)
ans = 1x4 tall char array 'cell'
경우에 따라 classUnderlying
에서 미평가 tall형 배열이라는 결과가 반환됩니다. gather
함수를 사용하여 미평가 tall형 배열을 평가하고 그 결과를 메모리로 가져올 수 있습니다.
입력 인수
X
— 입력 배열
tall형 배열
입력 배열로, tall형 배열로 지정됩니다.
데이터형: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
| logical
| table
| cell
| categorical
| datetime
| duration
| calendarDuration
출력 인수
C
— 기본 클래스
tall형 배열
기본 클래스로, tall형 배열로 반환됩니다.
팁
isaUnderlying
을 사용하여 tall형 배열에 특정 기본 데이터형이 있는지 여부를 테스트하십시오.
확장 기능
tall형 배열
메모리에 담을 수 없을 정도로 많은 행을 가진 배열을 계산할 수 있습니다.
GPU 배열
Parallel Computing Toolbox™를 사용해 GPU(그래픽스 처리 장치)에서 실행하여 코드 실행 속도를 높일 수 있습니다.
사용법 관련 참고 및 제한 사항:
classUnderlying
(Parallel Computing Toolbox)을 참조하십시오.
버전 내역
R2016b에 개발됨
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)