搜索资源列表
K均值算法
- 实现K均值算法,读取文件,实现K均值的分类。-K-means algorithm to achieve, reading the paper, K-mean achievement category.
shortestDistance
- C语言编写的Dijistra单源最短路径算法。有测试程序,从文件读取各点的信息。
DM4
- 执行流程: 1. 用户输入参数:K的选择,训练数据,测试数据的路径; 2. 读取训练数据集和测试数据集文件,用ArffFileReader类读取并组织起InstanceSet数据结构; 3. 利用上面的相似度量标准,对每一个测试集中的Instance,计算与其最相似的K个训练集中的Instance,通过投票进行分类,将分类结果存储经Instance的成员变量targetGuess中; 4. 对分类结果进行度量,包括分类正确率,各种类别实例的Precision,Recall;Con
ksp
- 求解K短路问题的一种创新算子的单亲遗传算法源程序,该程序需要一个distance.txt文本文件,从中读取任意两点间距离数据。本程序所解决的为有26个节点的任意两点间K短路问题。-Solving K shortest path problem in an innovative operator of single-parent genetic algorithm source code, the program requires a distance.txt text file, read fr
KMEANS
- k-means C++ 源代码, 修正原来的错误, 增加的新功能 1、用vector实现其存储 2、直接在程序中读取数据集 3、结果可以保存到文件中 4、用户可以输入聚类个数 5、初始聚类中心随机选择(代码自动随机)-k-means C++ source code, fixes the original error, the increase in new features 1, 2, with the vector to achieve its store dire
different-PD-souces
- 区分多个放电源的labview程序! 输入为示波器读取的多通道文件,输入为经过D值运算后的分类。-different PD souces
Kmeans
- Kmeans聚类算法的matlab实现,测试用例使用的是身高和体重(放到.txt文件,从该文件中读取数据),根据身高体重划分为男女两类(上传文件中的sample即为测试例)-Kmeans clustering algorithm matlab implementation, test cases using height and weight (put. Txt file, read from the file data), classified according to height and
systerm_cluster
- 系统聚类算法的matlab实现,测试用例使用的是身高和体重(放到.txt文件,从该文件中读取数据),根据身高体重划分为男女两类(上传文件中的sample即为测试例)-Hierarchical clustering algorithm matlab implementation, test cases using height and weight (put. Txt file, read from the file data), classified according to height an
channel_sl
- 用遗传算法实现信道选择,需要建立一个用户信息,节点的邻居信息,用户的邻居信息的文件,读取进来才能实现。-Genetic Algorithms for channel selection, need to establish a user information, the neighbor node information, neighbor information of the user files, read in can be achieved.
TSP
- 退火算法解决TSP,命令行读取文件信息。输出到文件中。-Annealing algorithm to solve TSP
attitude-determinati-
- 多GPS天线姿态确定程序,包括文件读取、单点定位、双差定位、坐标转换以及姿态确定等。-a MATLAB toolbox for determining the attitude of a rigid platform by means of multiple non-dedicated antennas using global positioning system is presented. The programs embedded in this toolbox cover t
Detecter
- 行人检测程序,基于dShow和Opencv2.4.9读取视频文件或者摄像机视频数据,对每一帧图像进行行人检测-Pedestrian detection program, based dShow and Opencv2.4.9 read video files or video camera video data, each frame image for pedestrian detection
LIBSVM
- 利用matlab读取libsvm的工具包,实现数据的自动分类。压缩包里有训练文件及测试文件。-Read libsvm using matlab toolkit, automatic classification of data. Compression bag has training documents and test files.
demo_xml2mat
- 注释文件格式的转换,labelme手工注释生成的注释文件与pascal数据集给出的注释文件格式相同,但是文件内部结构存在差异,labelme生成的注释文件无法直接给pascal使用,自己写的一个格式转换文件,可以将labelme和pascal的注释文件互相转换,以便使用pascal自带的注释文件读取函数。-Annotation file format conversion, document annotation file comments labelme manual annotation d
src
- wav文件格式的信息读取。使用于语音信号处理中的前期wav文件格式的分析。-Information read wav file format. Analysis of speech signal processing used in the pre wav file format.
backtracking_solve_sudoku
- 回溯法解决数独问题,文件读取数独游戏,空位使用0补齐,输出为填充完毕的数独-Backtracking to solve Sudoku problems, file reads Sudoku, use 0 vacancies filled, the number of output is only completed filling
A_star_solve_Eight_digital
- A*算法解决八数码问题,文件读取八数码,输出为操作步骤。-A* algorithm to solve eight digital, file reads eight digital outputs for the steps.
Handwritten-numeral
- 手写数字识别系统,能识别0~9,可以进行训练或读取样本文件,选取最符合特征值的前两个显示,可以人工纠错-Handwritten numeral recognition system that can identify 0-9, can be trained or read sample file, the most compatible with the values of the two display features, can be manually Corr
kNNClassification
- 人工智能kNN分类机器学习算法,包括文件读取和处理,还是有借鉴价值的-AI kNN classification machine learning algorithms, including file reading and processing, very good
readbdfdata
- 读取bdf文件,bdf类型的文件不好读,历经千辛万苦,终于找到读取的方法啦(process bdf type file)