Skip to content

Commit a76a093

Browse files
authored
Update README.md
1 parent 033101c commit a76a093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Thanks,
1111

1212
|Algorithm|Description|Link|
1313
|------|------|--------|
14-
|A-priori SON| Finding Frequent Itemsets: SON Algorithm by A-Priori algorithm in stage 1. The implementation include Savasere, Omiecinski, and Navathe (SON) algorithm as a class and an A-Priori algorithm in python class encapsulates all functions which implement by static functions to support Spark RDD to call. |[Source Code](https://github.com/Cheng-Lin-Li/Spark/blob/master/A-Priori_SON/A-Priori_SON.py)|
14+
|A-priori and SON| Finding Frequent Itemsets: SON Algorithm by A-Priori algorithm in stage 1. The implementation include Savasere, Omiecinski, and Navathe (SON) algorithm as a class and an A-Priori algorithm in python class encapsulates all functions which implement by static functions to support Spark RDD to call. |[Source Code](https://github.com/Cheng-Lin-Li/Spark/blob/master/A-Priori_SON/A-Priori_SON.py)|
1515
|ALS with UV Decomposition|An implementation of UV Decomposition in Alternating Least Squares (ALS) Algorithm by Spark. The task is to modify the parallel implementation of ALS (alternating least squares) algorithm in Spark, so that it takes a utility matrix as the input and process by UV decomposition, and output the root-mean-square deviation (RMSE) into standard output or a file after each iteration. The code for the algorithm is als.py under the <spark-2.1.0 installation directory>/examples/src/main/python.|[Source Code](https://github.com/Cheng-Lin-Li/Spark/blob/master/ALS/ALS.py)|
1616
|TF-IDF wiht K-Means|A similarity algorithm implementation of TF-IDF algorithm with cosin similarity implementation on spark platform as the measure of K-Means. The implementation of k-means is provided by Spark in examples/src/main/python/ml/kmeans_example.py. |[Source Code](https://github.com/Cheng-Lin-Li/Spark/blob/master/TF-IDF_KMeans/kmeans.py)|
1717
|Matrix Multiplication by Two Phases approach|Matrix Multiplication: Two Phases approach to deal with huge matrix multiplication on spark platform|[Source Code](https://github.com/Cheng-Lin-Li/Spark/blob/master/Matrix_Multiplication/TwoPhase_Matrix_Multiplication.py)|

0 commit comments

Comments
 (0)