early_abandoned_dist: Finds the Euclidean distance between points, if distance is...

View source: R/RcppExports.R

early_abandoned_distR Documentation

Finds the Euclidean distance between points, if distance is above the threshold, abandons the computation and returns NAN.

Description

Finds the Euclidean distance between points, if distance is above the threshold, abandons the computation and returns NAN.

Usage

early_abandoned_dist(seq1, seq2, upper_limit)

Arguments

seq1

the array 1.

seq2

the array 2.

upper_limit

the max value after reaching which the distance computation stops and the NAN is returned.


jMotif/jmotif-R documentation built on Sept. 27, 2022, 4:31 p.m.