SETBATCH Enables/diasables execution in batch mode of mappings
W = SETBATCH(W,FLAG,BATCHSIZE,OBJSIZE)
DescriptionMappings might be processed in batch mode in case of large datasets or datafiles. This may solve problems in computing A*W (A is a datase/file) by executing the result in batches if intermediate memory demand is too high. In case the final dataset is too large this will not be of use as it should fit in memory anyway. For some mappings batch processing is not possible as the processing of objects is not fully independent. For that reason it is skipped during training of mappings and classifiers. See also
|