Statistics
2 Questions
0 Answers
RANK
104,715
of 301,793
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,423
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,593
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Want to write a Mapper that takes numeric data and will provide column sum for each column and row sum for each individual row through mapper and reduce, below is the code that gives column sum for each cloumn and I want code for row sum
I am getting error for row sum for each data series which in turn takes place through addition of all columns of that data serie...
9 years ago | 0 answers | 0
0
answersQuestion
How to calcuate sum of each row for a dataset through MapReduce??
I am working on a data clustering algorithm, I want row sum for each data set ID. I want the answer in the form of key, value.
9 years ago | 2 answers | 0