@@ 169,7 169,12 @@ structure TestConstrainedDTW : TESTS = s
(map real expected))
fun newDTW f w = ConDTW.new { costFunction = f,
- searchWidth = w
+ searchWidth = w,
+ stepFactors = {
+ horizontal = fn c => c,
+ vertical = fn c => c,
+ diagonal = fn c => c
+ }
}
fun tests () =