Dariusz Kobylarz created SPARK-8481:
---------------------------------------

             Summary: GaussianMixtureModel predict accepting single vector
                 Key: SPARK-8481
                 URL: https://issues.apache.org/jira/browse/SPARK-8481
             Project: Spark
          Issue Type: Improvement
          Components: MLlib
    Affects Versions: 1.4.0
            Reporter: Dariusz Kobylarz
            Priority: Minor
             Fix For: 1.4.1


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to