close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 7, 2010, 10:08:24 AM (15 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
7 | 7 | * 有範例原始碼可以下載,不妨參考看看 |
8 | 8 | * [http://mail-archives.apache.org/mod_mbox/hadoop-common-user/201002.mbox/%3C594058.92299.qm@web31915.mail.mud.yahoo.com%3E Re: Inverse of a matrix using Map - Reduce] |
9 | | * 有人問怎麼算反矩陣,提到可以用 ChainMapper/ChainReducer |
| 9 | * 有人問怎麼算反矩陣,提到可以用 [http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/mapred/lib/ChainMapper.html ChainMapper] / [http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/mapred/lib/ChainReducer.html ChainReducer] |
10 | 10 | * [http://stackoverflow.com/questions/388302/how-to-implement-eigenvalue-calculation-with-mapreduce-hadoop how to implement eigenvalue calculation with MapReduce/Hadoop?] |
11 | 11 | * 連求特徵値都出現了,有很多參考資料,待消化~ |