patternsbetween
Patternsbetween is a term used in pattern analysis to denote the collection of intermediate patterns that lie between two given patterns in a defined space. It is a conceptual tool rather than a fixed algorithm, applicable in domains such as data mining, machine learning, and design optimization. The idea is to formalize what it means for one pattern to exist between another two in terms of similarity, progression, or transformation.
Definition: Given patterns P and Q, patternsbetween(P, Q) represents the set of patterns R that are considered
Formalization: In vector spaces, a common instantiation is to take R = (1−t)P + tQ for t in
Computation: Computationally, constructing patternsbetween requires a representation for patterns, a metric or topology, and an interpolation
Applications: Applications include visualizing gradual changes in time-series or images, exploring design morphings, and studying evolution
See also: interpolation, morphing, latent space interpolation, pattern mining, distance metrics.