I am trying to run Fuzzy C Means algorithm in Spark using Scala
I'm following below link for this:
https://github.com/acflorea/fuzzyCMeans
Click below to see screenshot of the error which I am receiving
I am have used sbt then spark-shell
Furthermore, to resolve this,
I have tried to import below
import scala.util.Random
import java.util.Random
import util.Random
But Still I am getting the same error as before(screenshot)
Any help in this regard would be appreciated. Thanks!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I have imported below mentioned package,
org.apache.spark.mllib.clustering.KMeans
but I am still facing this issue. Kindly check the detailed screenshot:
Kindly Assist! Thank you!
PS: I am using Spark 1.6.0 and Scala 2.10.5