[ 
https://issues.apache.org/jira/browse/MAHOUT-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003457#comment-13003457
 ] 

Ted Dunning commented on MAHOUT-616:
------------------------------------

Yes.

And pushing the test for non null measure down into the cluster seems like a 
good idea.  That could be done using a configure method on the cluster
that calls the configure method on the measure.  The measure can probably even 
be guaranteed to be non-null if we think about things right.

> Cannot use MahalanobisDistanceMeasure with Dirichlet clustering
> ---------------------------------------------------------------
>
>                 Key: MAHOUT-616
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-616
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.5
>            Reporter: Vasil Vasilev
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: mahalanobis_fix.patch
>
>
> When Dirichlet clustering is run with DistanceMeasureClusterDistribution and 
> MahalanobisDistanceMeasure the configure method of the distance measure is 
> not called. In this way the configuration data cannot be supplied to the 
> distance measure. In addition there is a bug in the 
> MahalanobisDistanceMeasure that does not take into account the matrix class

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to