DTWWRAP.addTemplate
tSeq[]
array received as a parameter into an array t_Seq[]
understandable by C++.
tSeq[]
and nSeq
, an integer number telling the length of tSeq
.
DTWWRAP.delTemplate
tIndex
, an integer number representing a single
template in the DLL.
DTWWRAP.getTemplate
ret_array
for floating point numbers.
tIndex
, an integer number representing a single
template in the DLL.
float[]
type array returned by
the function in ret_array
.
ret_array
to the caller.
DTWWRAP.CompareAll
o_Seq[]
understandable by C++.
DTWParameters
structure dtwparams
from the values given in the parameter array params
.
o_Seq
in an integer variable o_Seq_len
.
numresults
and set the pointed memory address to zero.
o_Seq[]
, dtwparams
, o_Seq_len
and numresults
.
NULL
,
dtw_all_results_array
for
DTWAllResultsElement structures.
dtw_all_results_array
.
true
to the caller.
false
to the caller.
DTWWRAP.CompareOne
o_Seq[]
understandable by C++.
DTWParameters
structure dtwparams
from the values given in the parameter array params
.
o_Seq
in an integer variable o_Seq_len
.
o_Seq[]
, dtwparams
, o_Seq_len
and tIndex
.
NULL
,
dtw_one_result
.
dtw_one_result
.
true
to the caller.
false
to the caller.
DTWWRAP.getResult_sortedIndex
sorted_index
, of integer numbers, length of dtw_all_results_array_len
.
dtw_all_results_array
and store DTWAllResultsElement.tIndex
values into sorted_index
.
sorted_index
to the caller.
DTWWRAP.getResult_PathX
pathx
, of integer numbers, length of dtw_one_result.pathLen
.
dtw_one_result.warpingPath[0]
and store the values into pathx
.
pathx
to the caller.
DTWWRAP.getResult_PathY
pathy
, of integer numbers, length of dtw_one_result.pathLen
.
dtw_one_result.warpingPath[1]
and store the values into pathy
.
pathy
to the caller.
DTWWRAP.getResult_dtwDistance
jf_dtw_distance
.
jf_dtw_distance
.
jf_dtw_distance
to the caller.