Skip to content

Commit

Permalink
Fixed style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FlytxtRnD committed Jan 16, 2015
1 parent 5c83825 commit f82750b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/src/main/python/mllib/gaussian_mixture_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from pyspark import SparkContext
from pyspark.mllib.clustering import GaussianMixtureEM


def parseVector(line):
return np.array([float(x) for x in line.split(' ')])

Expand Down

0 comments on commit f82750b

Please sign in to comment.