isPartitionable
Syntax
Description
tf = isPartitionable(
returns logical
ds
)1
(true
) if the datastore ds
is
partitionable. Otherwise, the result is logical 0
(false
).
TransformedDatastore
is partitionable if all underlying datastores are partitionable.CombinedDatastore
andSequentialDatastore
are partitionable if all underlying datastores have asubset
method or are transformations/combinations of datastores that havesubset
methods.Custom datastore classes are partitionable if they subclass from
matlab.io.datastore.Partitionable
.
You can use the partition
function on partitionable
datastores to create partitions for parallel processing with Parallel Computing Toolbox™.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2020a