CombinedDatastore
여러 개의 기본 데이터저장소에서 읽은 데이터를 결합할 데이터저장소
설명
CombinedDatastore 객체를 사용하여 여러 개의 기본 데이터저장소에서 읽은 데이터를 결합합니다.
CombinedDatastore는 기본 데이터저장소 사이에 패리티를 유지하여 기본 데이터저장소의 대응되는 부분에서 데이터를 읽습니다. CombinedDatastore를 재설정하면 모든 기본 데이터저장소가 재설정됩니다.
생성
combine 함수를 사용하여 CombinedDatastore 객체를 만들 수 있습니다. 예를 들어, dsnew = combine(ds1,ds2)는 데이터저장소 ds1과 ds2에서 읽은 데이터를 결합하는 데이터저장소입니다.
속성
객체 함수
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에 개발됨
