Skip to content

Commit f44d4dc

Browse files
committed
add experimental to getRuns
1 parent f94a3d7 commit f44d4dc

File tree

1 file changed

+2
-0
lines changed
  • mllib/src/main/scala/org/apache/spark/mllib/clustering

1 file changed

+2
-0
lines changed

mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeans.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,10 @@ class KMeans private (
9393
}
9494

9595
/**
96+
* :: Experimental ::
9697
* Number of runs of the algorithm to execute in parallel.
9798
*/
99+
@Experimental
98100
def getRuns: Int = runs
99101

100102
/**

0 commit comments

Comments
 (0)