CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 数据提取

搜索资源列表

  1. demon

    0下载:
  2. 利用demon数据进行特征提取的C语言程序,欢迎交流-use demon data feature extraction C Programming Language, welcomed the exchange
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2204
    • 提供者:章晓亮
  1. Wavelet1D

    0下载:
  2. 介绍小波算法在vc中的具体实现,小波算法在图像处理、视频压缩、特征提取等涉及到时频数据处理的工程领域有广泛的应用,本程序时一维小波算法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:77214
    • 提供者:wanglili
  1. Wavelet2D

    0下载:
  2. 介绍小波算法在vc中的具体实现,小波算法在图像处理、视频压缩、特征提取等涉及到时频数据处理的工程领域有广泛的应用,本程序时二维小波算法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:90745
    • 提供者:wanglili
  1. PCA

    1下载:
  2. 用来进行主成分分析,实现数据压缩功能,也可以做特征提取与分类-Be used for principal component analysis, data compression, you can also do feature extraction and classification
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:395665
    • 提供者:胡振
  1. Mining_The_Web_Discovering_Knowledge_From_Hypertex

    0下载:
  2. 此文档详细说明了如何在互联网中利用数据挖掘提取到有价值的信息,是非常好的一篇文章-This document is a detailed descr iption of how to use the Internet data mining to extract valuable information, it is a very good article
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1740408
    • 提供者:sam
  1. pca

    2下载:
  2. 主成分分析程序,可用于数据降维及特征提取。-Principal component analysis procedures, can be used for data dimensionality reduction and feature extraction.
  3. 所属分类:Algorithm

    • 发布日期:2016-04-25
    • 文件大小:8885
    • 提供者:武锐
  1. LinearPCA

    0下载:
  2. 提供简单的线性PCA对二维数据主分量的提取,内附example.m,直接运行即可调用LinearPCA功能函数-LinearPCA. Give an exanple to extract principal component of 2-d data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:19113
    • 提供者:夏恋
  1. feature_select

    0下载:
  2. 通过类间离散度矩阵和类内离散度矩阵,对给定数据进行特征提取。-Between-class scatter matrix and within-class dispersion matrix, the data given for feature extraction.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:13413
    • 提供者:孙琴
  1. mathematical-roblems

    0下载:
  2. 一道数学建模中遇到的问题,对其进行的编码。实现表格中数据的特征值的提取。-A mathematical modeling of the problems encountered by their coding. To achieve the extraction of the eigenvalues ​ ​ of the data in the table.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:10615
    • 提供者:yangliu
  1. pro

    0下载:
  2. 程序从SIR-C/X-SAR原始CEOS数据文件中提取极化散射矩阵-The program is extracted from the the SIR-C/X-SAR original CEOS data files polarization scattering matrix,
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5828
    • 提供者:liangzi
  1. turn2

    0下载:
  2. 批量去除文件头,结合EXCEL,可以快速操作上千文件,提取需要的纯数据部分-Bulk removal of the file header, and EXCEL can quickly operate thousands of files, and extract the needed pure data portion
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:7226
    • 提供者:ansenyue
  1. data

    0下载:
  2. 用于气象中nc数据的提取,提取为grd格式,便于之后的fortran编程,有多层的也有单层的,为gs-Fortran programming is used to the nc data Meteorology extract, extract grd format, easy, multilayered single layer for gs
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:594
    • 提供者:王嘉宝
  1. FRF_find

    0下载:
  2. 提取nastran“.f06”结果中的节点频响函数数据,可简单修改提取模态频率和 其它数据-Extract nastran, " f06" results in the the node frequency response function data, can be simple modification to extract the modal frequencies and other data
  3. 所属分类:Algorithm

    • 发布日期:2017-11-01
    • 文件大小:1364
    • 提供者:Zg Chan
  1. Data-Processing

    0下载:
  2. 批量数据处理,实现多个文件同时进行读写提取有有用数据-Batch data processing, reading and writing multiple files simultaneously extracted with useful data
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1157044
    • 提供者:李贤亿
  1. kNN

    0下载:
  2. kNN分类算法——将没有分类标签的数据与样本集合中所有的数据一一进行距离计算, 然后提取最相似的K个数据,这个K个数据中分类标签出现最多的分类就是新数据的分类标签。 优点:简单有效,缺点:耗费存储空间,非常耗时,无法给出任何数据的结构信息。 这个程序是采用python缩写,注释比较多,自己加的-kNN classification algorithm: no data and sample collection of all data classification labels on
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2360
    • 提供者:iihaozl
  1. ver0.95

    0下载:
  2. 用于提取autocad点坐标数据的fortran程序-Fortran program for extracting autocad point coordinate data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1943
    • 提供者:heshi
  1. Hearst-function-matlab-program

    0下载:
  2. 通过赫斯特函数 提取数据特征并画出曲线,可以直接运行-Characterized by Hearst function to extract data and draw the curve, you can directly run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:812
    • 提供者:feng
  1. approximate-entropy-matlab-program

    1下载:
  2. 通过近似熵函数 提取数据特征并画出曲线,可以直接运行-By approximate entropy feature extraction data and draw the curve, you can directly run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:529
    • 提供者:feng
  1. ECR_R

    0下载:
  2. 利用小波变换提取脑电中的R波~识别率可达百分之九十五以上~并附带脑电数据!-EEG using wavelet transform to extract the R wave ~ recognition rate of more than 95 percent- and comes with EEG data!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1415937
    • 提供者:刘冰
  1. select

    0下载:
  2. 根据中国气象数据网下载的全国气象站点的数据,批量提取所需站点的数据。(According to the data of the national meteorological station, which is downloaded by the China Meteorological data network, the data of the required sites are extracted.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:18432
    • 提供者:libo2015
« 12 3 4 »
搜珍网 www.dssz.com