SequentialDatastore
설명
결합 없이 여러 데이터저장소에서 순차적으로 데이터를 읽어오려면 SequentialDatastore
객체를 사용합니다.
생성
combine
함수를 사용하여 SequentialDatastore
객체를 만들 수 있습니다. 예를 들어, dsnew = combine(ds1,ds2,ReadOrder="sequential")
은 데이터저장소 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 |
예제
버전 내역
R2022b에 개발됨
참고 항목
datastore
| combine
| CombinedDatastore
| TransformedDatastore