Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
Patch
Description
GaussianMixtureModel lacks a method to predict a cluster for a single input vector where no spark context would be involved, i.e.
/** Maps given point to its cluster index. */
def predict(point: Vector) : Int