Use the hasnext and getnext functions
in a while loop within the reduce function to iteratively
get values from the ValueIterator object. For example,
function MeanDistReduceFun(sumLenKey, sumLenIter, outKVStore)
sumLen = [0 0];
while hasnext(sumLenIter)
sumLen = sumLen + getnext(sumLenIter);
end
add(outKVStore, 'Mean', sumLen(1)/sumLen(2));
end
Always call hasnext before getnext to
confirm availability of a value. mapreduce returns
an error if you call getnext with no remaining
values in the ValueIterator object.
Intermediate value iterator, specified as a ValueIterator object.
The mapreduce function automatically creates
this object during execution. The second input to the reduce function
specifies the variable name for the ValueIterator object,
which is the variable name to use with the hasnext and getnext functions.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Website auswählen
Wählen Sie eine Website aus, um übersetzte Inhalte (sofern verfügbar) sowie lokale Veranstaltungen und Angebote anzuzeigen. Auf der Grundlage Ihres Standorts empfehlen wir Ihnen die folgende Auswahl: .
Sie können auch eine Website aus der folgenden Liste auswählen:
So erhalten Sie die bestmögliche Leistung auf der Website
Wählen Sie für die bestmögliche Website-Leistung die Website für China (auf Chinesisch oder Englisch). Andere landesspezifische Websites von MathWorks sind für Besuche von Ihrem Standort aus nicht optimiert.