emd - Earth Mover's Distance
RForge.net

emd

About emd
GIT access
Download/Files
News
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/emdist.git emd
see also emd GitHub repository.

To install the latest development snapshot of this package, use

install.packages("emd",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("emd",,"http://rforge.net/")

Most recent GIT commits


ccb2f644| Simon Urbanek | Tue Jun 13 16:13:10 2023 +1200
add dummy registration
 A       src/dummy.c

71347eec| Simon Urbanek | Tue Jun 13 16:10:02 2023 +1200
update NEWS
 M       NEWS

c2eaaa8f| Simon Urbanek | Tue Jun 13 16:09:13 2023 +1200
apease strict prototypes
 M       src/emd-rubner.c

0413e124| Simon Urbanek | Tue Jun 13 16:07:22 2023 +1200
bump version to 0.3-3
 M       DESCRIPTION

cc68101a| Simon Urbanek | Tue Apr 16 09:26:28 2019 -0400
add LICENSE file
 M       DESCRIPTION
 A       LICENSE