4 Questions 21 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,862 2 View
I am trying to run Kmeans with cosine similarity measure on mahout with hadoop to cluster text documents. I was able to cluster the documents, however, when I tried to view the output of the...
08 February 2016 1,011 6 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,295 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,296 2 View