Learn R Programming

fasthplus (version 1.0)

alg2: Algorithm 2 (grid_search) for H+ Estimate

Description

Estimates H+ for two sets (vectors) A and B, or a dissimilarity matrix D and a label vector L. Approximation is calculated using p+1 percentiles, with an accuracy bound of 1/p.

Usage

alg2(qA, qB, p)

Arguments

qA

(vector, px1)

qB

(vector, px1)

Value

Estimated H+, un-standardized (numeric vector)