3 Questions 14 Answers 0 Followers
Questions related from Adewole K. S.
I am still new with Apache Spark. I trained a LogisticRegression model using crossValidation. For instance: > val cv = new CrossValidator().setEstimator(pipeline).setEvaluator(new...
06 April 2016 3,824 2 View
Hierarchical clustering algorithm is a well-known algorithm for clustering data points into different clusters. The number of clusters may not be specified apriori unlike K-means. Although, a...
31 December 2015 9,251 4 View
From my understanding Markov clustering (MCL) algorithm is a graph clustering algorithm that takes weighted graph as input and uses Random walk approach for probability assignment of each node on...
24 November 2015 1,257 2 View