In the current implementation of dbscan, algorithms in
`neighbors.NearestNeighbors` are used to train a model. That model will be
used to compute pointwise distances and find nearest neighbors later in the
code. LSH-based ANN module can be used for the same scenario in order to
achieve improved speeds. Then a choice between these two approaches can
given using parameters.
On Fri, Apr 11, 2014 at 12:09 PM, Maheshakya Wijewardena <
[email protected]> wrote:
> Is that so? I'm sorry. I haven't checked the implementation of
> hierarchical clustering yet.
> What do you think about the approach I suggested for k-means clustering?
>
>
> On Fri, Apr 11, 2014 at 12:02 PM, Gael Varoquaux <
> [email protected]> wrote:
>
>> > I think we can improve hierarchical clustering and dbscan as well with
>> > approximate neighbor search.
>>
>> Hierarchical clustering, I don't think so, because we don't have (yet)
>> single linkage, which is what would benefit from it.
>>
>>
>> ------------------------------------------------------------------------------
>> Put Bad Developers to Shame
>> Dominate Development with Jenkins Continuous Integration
>> Continuously Automate Build, Test & Deployment
>> Start a new project now. Try Jenkins in the cloud.
>> http://p.sf.net/sfu/13600_Cloudbees
>> _______________________________________________
>> Scikit-learn-general mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>>
>
>
>
> --
> Undergraduate,
> Department of Computer Science and Engineering,
> Faculty of Engineering.
> University of Moratuwa,
> Sri Lanka
>
--
Undergraduate,
Department of Computer Science and Engineering,
Faculty of Engineering.
University of Moratuwa,
Sri Lanka
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general