revanalyzer.REV_formulas.get_dREV_size_1_vector
- revanalyzer.REV_formulas.get_dREV_size_1_vector(values, threshold)
dREV size calculation for vector metric.
Input:
values (dict, int[float]): dictionary, in which a key is a subsamples selection step, and a value is a mean distance between vectors at a current and next steps;
threshold (float, <1): threshold to estimate dREV size.
Output:
dREV size (int): subsamples selection step, corresponding to dREV size.