MCPcopy Index your code
hub / github.com/stumpy-dev/stumpy / aamp_ostinato

Function aamp_ostinato

tests/naive.py:1391–1396  ·  view source on GitHub ↗
(Ts, m, p=2.0)

Source from the content-addressed store, hash-verified

1389
1390
1391def aamp_ostinato(Ts, m, p=2.0):
1392 bsf_radius, bsf_Ts_idx, bsf_subseq_idx = aamp_consensus_search(Ts, m, p=p)
1393 radius, Ts_idx, subseq_idx = get_aamp_central_motif(
1394 Ts, bsf_radius, bsf_Ts_idx, bsf_subseq_idx, m, p=p
1395 )
1396 return radius, Ts_idx, subseq_idx
1397
1398
1399def mpdist_vect(

Callers

nothing calls this directly

Calls 2

aamp_consensus_searchFunction · 0.85
get_aamp_central_motifFunction · 0.85

Tested by

no test coverage detected