Skip to content

codeAshu/SparkAlgorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SparkAlgorithms

Additional useful algorithms that can be used with spark.

###MLlib #####Outlier Detection Outlier detection on categorical data. By counting frequency scores

#####KNN-Join Approximate KNN-Join which uses z-scores to compute nearest neigbors

###GraphX #####Feedback Vertex Set Greedy recursive solution to find feedback vertex set of a directed graph. #####Watershed Delineation A pregel based functionality to compute vertices which reach out to a given vertex in a DAG

About

Additional useful algorithms that can be used with spark.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%