이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
TransformedDatastore
R2026a기본 데이터저장소를 변환하는 데이터저장소
설명
TransformedDatastore 객체를 사용하여 기본 데이터저장소에서 읽어 들인 데이터를 변환하거나 처리합니다.
생성
transform 함수를 사용하여 TransformedDatastore 객체를 만들 수 있습니다. 예를 들어, dsnew = transform(ds1_data,ds2_data,...dsN_data,@fcn)은 변환 함수 fcn을 사용하여 하나 이상의 데이터저장소 ds1_data,ds2_data,...dsN_data를 변환하는 데이터 저장소를 만듭니다.
속성
객체 함수
combine | 여러 데이터저장소의 데이터 결합 |
hasdata | 데이터를 읽을 수 있는지 확인 |
preview | 데이터저장소에 있는 데이터의 서브셋 미리보기 |
read | 데이터저장소의 데이터 읽어 들이기 |
readall | 데이터저장소의 모든 데이터 읽기 |
writeall | Write datastore to files |
reset | 데이터저장소를 초기 상태로 재설정 |
transform | 데이터저장소 변환 |
numpartitions | 데이터저장소 파티션 개수 |
partition | 데이터저장소 파티셔닝 |
shuffle | 데이터저장소의 모든 데이터 읽기 섞기 |
isPartitionable | Determine whether datastore is partitionable |
isSubsettable | Determine whether datastore is subsettable |
isShuffleable | Determine whether datastore is shuffleable |
예제
버전 내역
R2019a에 개발됨

