14 lines
233 B
C++
14 lines
233 B
C++
|
|
//
|
||
|
|
// FastDTW.cpp
|
||
|
|
// FastDTW-x
|
||
|
|
//
|
||
|
|
// Created by Melo Yao on 12/9/13.
|
||
|
|
// Copyright (c) 2013 melo.yao. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#include "FastDTW.h"
|
||
|
|
FD_NS_START
|
||
|
|
namespace FAST {
|
||
|
|
const JInt DEFAULT_SEARCH_RADIUS = 1;
|
||
|
|
}
|
||
|
|
FD_NS_END
|