removeDups: Given a data set with all pairwise comparisons including A-B...

Description Usage Arguments Value

Description

Given a data set with all pairwise comparisons including A-B and B-A comparisons, take the larger of the similarity score

Usage

1
removeDups(allResults, similarityCol)

Arguments

allResults

needs to have columns 'compare', 'newImage', and a column with similarity scores (see next parameter)

similarityCol

name of column with similarity scores, e.g. '"corr"'

Value

a data frame with one row per comparison, adding a column for the B-A match and a column 'corrMax'


xhtai/cartridges documentation built on June 1, 2019, 2:58 p.m.