资源列表
[matlab例程] PCA
说明:PCA算法实现对数据降维,train_sample为训练样本,train_class为训练样本的分类结果,test_sample为测试样本,test_class为测试样本的分类结果,可以从UCI下载数据集进行调用~-PCA algorithm for data dimensionality reduction, train_sample of training samples, train_class for the classification of training samples, tes<王小二> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] DataSet
说明:几种UCI数据集,整理为excel格式,可以直接导入matlab中使用。-Several UCI datasets, finishing as excel format that can be used directly into matlab.<王小二> 在 2025-06-26 上传 | 大小:2.93mb | 下载:0
[人工智能/神经网络/遗传算法] NB
说明:朴素贝叶斯分类器,Data为总数据矩阵,Train_Dat为训练样本,Test_Dat为测试样本,用来实现对测试样本进行分类~可以从UCI下载数据调用使用~-Naive Bayes classifier, Data for the total data matrix, Train_Dat of training samples, Test_Dat test sample, the test samples were used to achieve the classification of ~<王小二> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] FreeICTCLAS
说明:对中文进行分词,c++实现多中文文本的分词算法-Using java prepared tf* idf results<静静> 在 2025-06-26 上传 | 大小:2.59mb | 下载:0
[人工智能/神经网络/遗传算法] ArtificialIntelligence
说明:基于MFC的人工智能算法,包括PCB图像中的定位孔搜索算法,退火算法等-Artificial intelligent algorithm based on MFC, including the location hole in PCB image search algorithm, simulated annealing algorithm etc.<周翔> 在 2025-06-26 上传 | 大小:11.13mb | 下载:0
[数据结构常用算法] diagonal-matrix
说明:一个对角矩阵,有如下共享成员,输入、输出、加减乘、转置等函数。结果都是一个用一位数组表示的对角矩阵。重载运算符<<,>>,+,-和*。-A diagonal matrix, there are shared members, input, output, subtraction multiplication, transpose and other functions. The result is an array represented by a diagonal ma<dongyuan> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Matrix
说明:把一个N*N的三角矩阵按列的方式映射到一个3N*2的一维数组,功能设置,输入输出、存储搜索、加减乘、转置。-Put an N* N triangular matrix is mapped to the column by way of a one-dimensional array of 3N* 2, the feature set, input and output, storage, search, add and subtract multiply, trans<dongyuan> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[数据结构常用算法] C-Matrix
说明:C-矩阵,除去第一行、第一列、最后一列外都为0.这样一个C-矩阵可以压缩存储为一维数组,先逐行再第一列的顺序。并且支持存储搜索功能。-C-matrix, removing the first row, first column, the last column are zero outside, so a C-matrix can be stored as a compressed one-dimensional array, then the order of the first column<dongyuan> 在 2025-06-26 上传 | 大小:1kb | 下载:0