Skip to content

shashankgargnyu/K-Harmonic-Mean-for-PySpark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

K-Harmonic-Mean-for-PySpark

Implementation of K-Harmonic Mean for application in Pyspark

Dependencies

  1. Numpy
  2. PySpark

How to Use

An example of how to use the algorithm can be found in test.py.

The rdd passed to the train method should be a list of tuples or a list of lists. The lists or tuples are the feature vectors and should all be floating point numbers or integers.

About

Implementation of K-Harmonic Mean for application in Pyspark

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages