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.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.