Skip to content

Commit

Permalink
Update PIClustering.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
fjiang6 committed Jan 26, 2015
1 parent a112f38 commit ace9749
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object PIClustering {
* @param nIterations
* @param sigma
* @param minAffinity
* @return Tuple of (Seq[(Cluster Id,Cluster Center)],
* @return Tuple of (Seq[(Cluster Id, Cluster Center)],
* Seq[(VertexId, ClusterID Membership)]
*/
def run(sc: SparkContext,
Expand Down

0 comments on commit ace9749

Please sign in to comment.