Skip to content

Commit

Permalink
fixed scala style to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
selvinsource committed Oct 29, 2014
1 parent f75b988 commit cd6c07c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ class KMeansPMMLModelExport(model : KMeansModel) extends PMMLModelExport{
.withType(Type.REAL)
.withN(clusterCenter.size)
.withValue(model.clusterCenters(i).toArray.mkString(" ")))
//we don't have the size of the single cluster but only the centroids (withValue)
//.withSize(value)
// we don't have the size of the single cluster but only the centroids (withValue)
// .withSize(value)

clusteringModel.withClusters(cluster)
}

Expand Down

0 comments on commit cd6c07c

Please sign in to comment.