dot-combine_sets: Combines current best and candidate sets, keeping the highest...

Description Usage Arguments Value

Description

Combines current best and candidate sets, keeping the highest metric value.

Usage

1
.combine_sets(best, candidate)

Arguments

best

A list(metric, sets); metric is a number, set is a list of vectors.

candidate

A list(metric, set); metric is a number, set is a vector. Candidate is only considered if metric is not zero.

Value

A list containing the highest metric and a list of set values (sets).


ldamatch documentation built on May 23, 2021, 5:06 p.m.