Class: imageSet
Divide image set into subsets
[set1,set2,...,setN] = partition(imgSet,groupSizes)
[set1,set2,...,setN] = partition(imgSet,groupPercentages)
[set1,set2,...,setN] = partition(___,method)
[set1,set2,...,setN] = partition(
partitions
the input image set, imgSet
,groupSizes
)imgSet
, into the collection
of subsets specified in groupSizes
.
[set1,set2,...,setN] = partition(
returns
the partitioned image sets in terms of percentages.imgSet
,groupPercentages
)
[set1,set2,...,setN] = partition(___,method)
additionally
specifies a method, 'sequential'
or 'randomized'
.