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

Sean Owen commented on MAHOUT-563:
----------------------------------

Couple other things... careful about Double.MIN_VALUE. It's not the most 
negative value -- it's actually the smallest positive double. 
Double.NEGATIVE_INFINITY is the right one.

t1Found/t2Found are set in setStarterValues(), but not used in estimate?

Also it's possible that subSample() never terminates if the input had any nulls.

We might want to back up and discuss this a little more...

> CanopyEstimator - Estimate T1/T2 for CanopyClusterer
> ----------------------------------------------------
>
>                 Key: MAHOUT-563
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-563
>             Project: Mahout
>          Issue Type: New Feature
>          Components: Clustering
>            Reporter: Lance Norskog
>            Assignee: Sean Owen
>            Priority: Minor
>         Attachments: MAHOUT-563.patch
>
>
> Hunting for T1/T2 values that make an interesting Canopy set is a singularly 
> unsatisfying task. This class estimates T1 and T2 numbers given the original 
> set.

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

        

Reply via email to