matchFeat: One-to-One Feature Matching

Statistical methods to match feature vectors between multiple datasets in a one-to-one fashion. Given a fixed number of classes/distributions, for each unit, exactly one vector of each class is observed without label. The goal is to label the feature vectors using each label exactly once so to produce the best match across datasets, e.g. by minimizing the variability within classes. Statistical solutions based on empirical loss functions and probabilistic modeling are provided. The 'Gurobi' software and its 'R' interface package are required for one of the package functions (match.2x()) and can be obtained at <https://www.gurobi.com/> (free academic license). For more details, refer to Degras (2022) <doi:10.1080/10618600.2022.2074429> "Scalable feature matching for large data collections" and Bandelt, Maas, and Spieksma (2004) <doi:10.1057/palgrave.jors.2601723> "Local search heuristics for multi-index assignment problems with decomposable costs".

Version: 1.0
Depends: R (≥ 3.5.0)
Imports: clue, foreach, methods, utils
Suggests: gurobi
Published: 2022-12-13
Author: David Degras
Maintainer: David Degras <david.degras at umb.edu>
License: GPL-2
NeedsCompilation: no
CRAN checks: matchFeat results

Documentation:

Reference manual: matchFeat.pdf

Downloads:

Package source: matchFeat_1.0.tar.gz
Windows binaries: r-devel: matchFeat_1.0.zip, r-release: matchFeat_1.0.zip, r-oldrel: matchFeat_1.0.zip
macOS binaries: r-release (arm64): matchFeat_1.0.tgz, r-oldrel (arm64): matchFeat_1.0.tgz, r-release (x86_64): matchFeat_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=matchFeat to link to this page.