isaUnderlying
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'} : : : :
첫 번째 테이블 변수 Year
의 기본 데이터형이 single
인지 테스트합니다.
tf = isaUnderlying(tt.Year,'single')
tf = tall logical 0
Year
의 실제 기본 데이터형을 확인합니다.
udt = classUnderlying(tt.Year)
udt = 1x6 tall char array 'double'
입력 인수
X
— 입력 배열
tall형 배열
입력 배열로, tall형 배열로 지정됩니다.
데이터형: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
| logical
| table
| cell
| categorical
| datetime
| duration
| calendarDuration
cl
— 기본 클래스
문자형 벡터
기본 클래스로, 유효한 MATLAB® 클래스 이름을 지정하는 문자형 벡터로 지정됩니다.
예: tf = isaUnderlying(X,'double')
팁
classUnderlying
을 사용하여 tall형 배열의 기본 데이터형을 확인하십시오.
확장 기능
tall형 배열
메모리에 담을 수 없을 정도로 많은 행을 가진 배열을 계산할 수 있습니다.
GPU 배열
Parallel Computing Toolbox™를 사용해 GPU(그래픽스 처리 장치)에서 실행하여 코드 실행 속도를 높일 수 있습니다.
isaUnderlying
함수는 GPU 배열을 완전히 지원합니다. GPU에서 이 함수를 실행하려면 입력 데이터를 gpuArray
(Parallel Computing Toolbox)로 지정하십시오. 자세한 내용은 GPU에서 MATLAB 함수 실행하기 (Parallel Computing Toolbox) 항목을 참조하십시오.
분산 배열
Parallel Computing Toolbox™를 사용하여 대규모 배열을 클러스터의 결합된 메모리에 걸쳐 분할할 수 있습니다.
이 함수는 분산 배열을 완전히 지원합니다. 자세한 내용은 분산 배열을 사용하여 MATLAB 함수 실행 (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)