Welcome![Sign In][Sign Up]
Location:
Search - distance matrix

Search list

[Printing program881

Description: 一种高效的聚类算法给定要聚类的N的对象以及N*N的距离矩阵(或者是相似性矩阵), 层次式聚类方法的基本步骤(参看S.C. Johnson in 1967)如下:-An Efficient Algorithm for the cluster must be the object of N and N * N distance matrix (or similarity matrix), the hierarchical clustering method the basic steps (see S. C. Johnson in 1967), as follows :
Platform: | Size: 432218 | Author: 毛显锋 | Hits:

[Other resource遗传算法求解TSP问题

Description: 基本遗传算法求解TSP问题,只需给出城市间距离矩阵和初始参数即可进行计算。-basic genetic algorithm for TSP, is only inter-city distance matrix and the initial parameters can be calculated.
Platform: | Size: 9547 | Author: | Hits:

[Other resourceTSP(C++)

Description: 遗传算法解决TSP问题C++源码,内有详细中文注释及城市距离矩阵生成工具[VC++]-genetic algorithm to solve TSP C source code, have detailed notes and urban Chinese distance matrix generation tools [VC]
Platform: | Size: 14478 | Author: 才华 | Hits:

[Other resourcejulijuzhen

Description: 利用元包数组来存放计算过程的结果,利用matlab实现多元统计学中的聚类算法(计算距离矩阵)。-million packets using arrays to store the calculation results Matlab achieve multiple use of statistical clustering algorithm (distance matrix calculation).
Platform: | Size: 58486 | Author: zhenghenglei | Hits:

[Mathimatics-Numerical algorithmsAlgebra

Description: 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions : norm, distance, innerproduct,coldim, rowdim, rank, nullity. *-basic matrix calculation :-*, power, transpose, trace, determinant, minor, matrix of minor, cofactor, the matrix of cofactor, adjoint, inverse, Gauss, gaussjordan, linear transformation, LU decomposition, Gram-Schmidt process, the similarity. B ) Basic vectors functions : norm, distance, innerproduct, coldim, rowdim, rank, nullity.*
Platform: | Size: 98304 | Author: 站长 | Hits:

[Printing program881

Description: 一种高效的聚类算法给定要聚类的N的对象以及N*N的距离矩阵(或者是相似性矩阵), 层次式聚类方法的基本步骤(参看S.C. Johnson in 1967)如下:-An Efficient Algorithm for the cluster must be the object of N and N* N distance matrix (or similarity matrix), the hierarchical clustering method the basic steps (see S. C. Johnson in 1967), as follows :
Platform: | Size: 432128 | Author: 毛显锋 | Hits:

[matlab遗传算法求解TSP问题

Description: 基本遗传算法求解TSP问题,只需给出城市间距离矩阵和初始参数即可进行计算。-basic genetic algorithm for TSP, is only inter-city distance matrix and the initial parameters can be calculated.
Platform: | Size: 9216 | Author: | Hits:

[Special Effectsmahalanobis

Description: 一种新的计算马氏距离的算法,算法采用二次协方差矩阵操作,进而使距离考加入相对性因素。-a new Mahalanobis distance calculation algorithm, the algorithm using quadratic covariance matrix operations, thereby enabling the relative distance to take factors.
Platform: | Size: 1024 | Author: bodiz2002 | Hits:

[AI-NN-PRTSP(C++)

Description: 遗传算法解决TSP问题C++源码,内有详细中文注释及城市距离矩阵生成工具[VC++]-genetic algorithm to solve TSP C source code, have detailed notes and urban Chinese distance matrix generation tools [VC]
Platform: | Size: 14336 | Author: 才华 | Hits:

[Algorithmjulijuzhen

Description: 利用元包数组来存放计算过程的结果,利用matlab实现多元统计学中的聚类算法(计算距离矩阵)。-million packets using arrays to store the calculation results Matlab achieve multiple use of statistical clustering algorithm (distance matrix calculation).
Platform: | Size: 58368 | Author: zhenghenglei | Hits:

[OtherMahalanobisDistanceDiscrimination

Description: 马氏距离判别(MahalanobisDistanceDiscrimination)的演示过程,求均值向量,协方差矩阵及线形判别函数-Mahalanobis distance criterion (MahalanobisDistanceDiscrimina tion) demonstration process for the mean and covariance matrix and linear discriminant function
Platform: | Size: 3072 | Author: 陈伟 | Hits:

[Othertsp

Description: tsp问题俗称旅行商问题,一个商人从一个城市出发,经过所有的城市一次且仅一次回到出发的城市,问旅行商应当如何选择路径使总路径最短。本程序是用lingo软件编写的,只需要更改城市的数目以及距离矩阵即可。-tsp problem commonly known as the traveling salesman problem, a businessman from a city of departure, after all of the city once and only once returned to the starting city TSP question should be how to choose the shortest path so that the total path. This procedure is used lingo software programmers only need to change the number of cities as well as the distance matrix can be.
Platform: | Size: 1024 | Author: 雷浩 | Hits:

[Data structsshuanfa2

Description: 求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the distance between two nodes, (2) with two-dimensional array of storage C, A, C is the original cost matrix, A is to find the distance matrix (3) The algorithm uses the triple loop, one of the most outer loop variable must be representative of intermediate nodes, the middle loop variable represents the first node and the inner loop variable represents the end nodes. (4) tried to three-loop order of the variables to make some changes, the most outer loop variables still represent intermediate nodes, while the middle loop variable represents the end nodes, the inner loop variable represents the first node. The two approaches to compare the results to see whether the results the same (5) shows the results must be clear and understandable (6) The question running results
Platform: | Size: 955392 | Author: lixiang | Hits:

[matlabGATSP

Description: 用遗传算法写的求解TSP问题 四种情况 多旅行商单出发点 多旅行商多出发点 单旅行商以点的坐标计算及以距离矩阵计算-Written by using genetic algorithms for solving TSP problems, four cases: more than a single starting point for traveling salesman, multi-traveling salesman more than a starting point, a single traveling salesman to the coordinates of points with distance matrix calculation and the calculation
Platform: | Size: 16384 | Author: 曹轩 | Hits:

[Algorithmdistance

Description: 一个计算矩阵距离的小程序,最后将结果写入文件中,供数学建模参考-A small distance matrix calculation procedure, the final results written to the file reference for mathematical modeling
Platform: | Size: 632832 | Author: 聂敏 | Hits:

[Otherdistance-vector

Description: 计算机网络实验,实现距离向量路由算法,输入网络拓扑图中节点个数及边,模拟信息收发,动态更新出最短距离矩阵-Computer network experiment, distance vector routing algorithm, the input network topology diagram node number and edge, analog messaging, dynamic update the shortest distance matrix
Platform: | Size: 505856 | Author: 口天吴 | Hits:

[File FormatLow-rank-optimization-for-distance-matrix-complet

Description: Low-rank optimization for distance matrix completion
Platform: | Size: 183296 | Author: M.Hasani | Hits:

[File FormatDISTANCE-MATRIX-RECONSTRUCTION-FROM-INCOMPLETE-DI

Description: DISTANCE MATRIX RECONSTRUCTION FROM INCOMPLETE DISTANCE
Platform: | Size: 121856 | Author: M.Hasani | Hits:

[AI-NN-PReuclidean-distance

Description: euclidean distance matrix
Platform: | Size: 1024 | Author: samira | Hits:

[AI-NN-PRk-nearest-neighbors-with-incremental-distance-upd

Description: k-nearest-neighbors classification with incremental update of distance matrix
Platform: | Size: 1024 | Author: samira | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net