资源列表
globle_graph_mining
- 图挖掘,图聚类 m文件主要包含4个功能:图的生成,图相似度分析,节点符号化,边权挖掘 ,详细说明见注释-graph mining, graph clustering
plottwofunctions
- Function in R software to create a plot of two variables, the function adapts the box size and tics in the two y labels.
ClusteEvaluation
- Set of functions for R software. Among them,3 functions for cluster evaluation: NMI(c1,c2), Entropy(c1,c2) and Purity(c1,c2) are the most relevant.
TermRank
- Implementation of the "Term Rank" algorithm for Ranking Words in a Word-Document Matrix.
simple_pso
- this program introduses one of training algorithms.
R36clusterings
- function in R software to calculate 36 clusterings of a data matrix (clusterings are in columns), using hierarchical average, cosine, centroid and single linkages, pam and neural gas and applying the Euclidean distance to the data. Clusterings can
kalman
- this program is about filtering of signals with kalman filter.
denoise_NLMS_2
- this program denoises the sin(w1*t) using NLMS method.
denoise_LMS
- this program denoises the sin(w1*t) using LMS method.
denoise_RLS
- this program denoises the sin(w1*t) using RLS method.
Manual
- 本课件是一个动态演示数据结构算法执行过程的辅助教学软件, 它可适应读者对算法的输入数据和过程执行的控制方式的不同需求, 在计算机的屏幕上显示算法执行过程中数据的逻辑结构或存储结构的变化状况或递归算法执行过程中栈的变化状况。整个系统使用菜单驱动方式, 每个菜单包括若干菜单项。每个菜单项对应一个动作或一个子菜单。系统一直处于选择菜单项或执行动作状态, 直到选择了退出动作为止。-This courseware is a dynamic data structure algorithms demonst
chanru_paixu
- c语言实现的插入算法 用直接插入法对用户输入的顺序表进行排序 先建立一个顺序表,再直接插入排序 -c language implementation of the insertion algorithm using the direct insertion method of the order entered by the user sort the table must be built on a sequence table, and then directly into th
