[ 
https://issues.apache.org/jira/browse/MAHOUT-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suneel Marthi updated MAHOUT-1351:
----------------------------------

    Resolution: Fixed
      Assignee: Suneel Marthi
        Status: Resolved  (was: Patch Available)

Thanks for the patch. Committed to project trunk.

> Adding DenseVector support to AbstractCluster
> ---------------------------------------------
>
>                 Key: MAHOUT-1351
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1351
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Clustering
>    Affects Versions: 0.8
>            Reporter: Dave DeBarr
>            Assignee: Suneel Marthi
>            Priority: Minor
>              Labels: performance
>             Fix For: 0.9
>
>         Attachments: MAHOUT-1351.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> This improvement reduces runtime by 80% when performing k-means clustering of 
> Scale Invariant Feature Transform (SIFT) descriptors to derive visual words 
> for computer vision.  Unlike sparse document vectors, SIFT descriptors are 
> dense.  This improvement involves updating the 
> org.apache.mahout.clustering.AbstractCluster(Vector point, int id2) 
> constructor to use "point.clone()" instead of "new 
> RandomAccessSparseVector(point)" for creating the centroid.  Also added 
> testKMeansSeqJobDenseVector() test for DenseVector processing.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to