搜索资源列表
-
0下载:
NDtw
====
Dynamic Time Warping (DTW) algorithm implementation for .NET C#
Features
====
* Single or multivariate
* Data preprocessing options (none, centering, normalization, standardization)
* Optional weights for variables
-
-
0下载:
需要在一个N × M的网格中建立一个通讯基站,通讯基站仅必须建立在格点上。
网格中有A个用户,每个用户的通讯代价是用户到基站欧几里得距离的平方。
网格中还有B个通讯公司,维护基站的代价是基站到最近的一个通讯公司的路程(路程定义为曼哈顿距离)。
在网格中建立基站的总代价是用户通讯代价的总和加上维护基站的代价,最小总代价。-The need to establish a communications base in an N × M grid, communicatio
-
-
0下载:
K Means Algorithm
Calculated by Euclidean distance and Manhattan
-