Projects that are tagged with distance function.


Logo APCluster 1.4.4

by UBod - July 28, 2017, 09:47:32 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 110269 views, 20868 downloads, 0 subscriptions

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 2 votes)

About: The apcluster package implements Frey's and Dueck's Affinity Propagation clustering in R. The package further provides leveraged affinity propagation, exemplar-based agglomerative clustering, and various tools for visual analysis of clustering results.

Changes:
  • changed dependency to suggested package 'kebabs' to version of at least 1.5.4 for improved interoperability
  • bug fix in as.dendrogram() method with signature 'AggExResult'
  • added discrepancy metric to distance computations and updated src/distanceL.c to new version
  • registered C/C++ subroutines
  • minor change in the vignette template
  • moved NEWS to inst/NEWS
  • added inst/COPYRIGHT

Logo chi2 kernel 1.5

by gruel - February 15, 2009, 22:32:21 CET [ BibTeX Download ] 23229 views, 4657 downloads, 0 subscriptions

About: Very fast implementation of the chi-squared distance between histograms (or vectors with non-negative entries).

Changes:

Removed bug in symmetric chi-square distance and updated python wrapper to python 2.5 compatiblity.