Skip to content

Commit

Permalink
fix doc generation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaido91 committed Jan 19, 2018
1 parent 5ed87ea commit fda93ae
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -596,8 +596,6 @@ object KMeans {

/**
* A vector with its norm for fast distance computation.
*
* @see [[org.apache.spark.mllib.clustering.KMeans#fastSquaredDistance]]
*/
private[clustering] class VectorWithNorm(val vector: Vector, val norm: Double)
extends Serializable {
Expand Down

0 comments on commit fda93ae

Please sign in to comment.