搜索资源列表

  1. guanlian

    0下载:
  2. 目标跟踪中航迹关联算法,二维分配,三位定位-Track correlation algorithm for target tracking, two-dimensional distribution
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:zhu bihao
  1. visKDTree

    0下载:
  2. KD树的程序,实现从2维到k维的数据检索。kd树(k维搜索树)是把二叉树搜索树推广到多维数据的一种主存数据结构。kd树是一个二叉树,他的内部节点由一个相关联的属性a和一个值v,它将数据点分成两个部分:a值小于v的部分和a值大于等于v的部分。由于所有的维的属性在层间循环,所以树在不同层上的属性是不同的。-KD tree program, from a 2-D to k-dimensional data retrieval. kd Tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:821248
    • 提供者:曾真
  1. Apriori

    0下载:
  2.  Apriori算法是一种最有影响的挖掘布尔关联规则频繁项集的算法。其核心是基于两阶段频集思想的递推算法。该关联规则在分类上属于单维、单层、布尔关联规则。在这里,所有支持度大于最小支持度的项集称为频繁项集,简称频集。 - (1) L1 = find_frequent_1-itemsets(D) (2) for (k=2 Lk-1 ≠Φ k++) {   (3) Ck = apriori_gen(Lk-1 ,min_sup)   (
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:panqiang
  1. CPP

    0下载:
  2. 用于进行多维关联规则挖掘,对于原始的关联规则进行了扩展-自动检测中英文中译英英译中 百度翻译 翻译结果(中 > 英)复制结果 For mining multidimensional association rules
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:
  1. Apriori

    0下载:
  2. 该算法应用于单维、单层、布尔关联规则,其核心是基于两阶段频集思想的递推算法。首先找出所有的频集,这些项集出现的频繁性至少和预定义的最小支持度一样。然后由频集产生强关联规则,这些规则必须满足最小支持度和最小可信度。-The algorithm is applied to one-dimensional, single-layer, Boolean association rules, its core is based on the id
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:曹擎宇
  1. bundler-v0.4_CMake

    0下载:
  2. bundle adjustment 大规模约束问题优化算法,用于基于特征关联的三维建模-bundle adjustment algorithm for large scale constrained problem. used in feature based 3d reconstruction.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:12367872
    • 提供者:fisher
  1. Chaos-Toolbox-Ver.2.0

    2下载:
  2. C-C方法计算时间延迟和嵌入维数 主程序:C_CMethod.m, C_CMethod_independent.m 子函数:correlation_integral.m(计算关联积分) disjoint.m(将时间序列拆分成t个不相关的子序列) heaviside.m(计算时间序列的海维赛函数值)-CC method to calculate the time delay and embedding dimensio
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:685056
    • 提供者:何傻子
  1. G_P

    0下载:
  2. 利用这个g-p算法计算时间序列的关联维和饱和嵌入维-Advantage of this gp algorithm to calculate the time series correlation dimension and saturated embedding dimension
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:刘一
  1. CC

    0下载:
  2. CC算法中包括求解海维赛,相空间重构,时间序列分解,计算关联积分等程序。-Included in the CC algorithm for solving Hedwig race, phase space reconstruction, time series decomposition and calculate the associated integral program.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Vanessa
  1. ghostimaging

    0下载:
  2. 用于关联成像(鬼成像)的一维仿真模拟matlab程序源码。-One-dimensional simulation matlab program source code for the associated imaging (ghost imaging).
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:guoqingchun
  1. kdtree.pointcloud.matlab

    0下载:
  2. 本实例旨在通过对同一空间坐标系的不同状态和特征的三维点云数据进行匹配,从而提取两者之间的关联特征与向量。-This example designed by the same spatial coordinates and characteristics of the different states of the three-dimensional point cloud data matching to extract the ass
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:114688
    • 提供者:钱东明
  1. PDAF

    0下载:
  2. 用PDA 概率数据关联算法跟踪多目标.MATLAB 在二维平面跟踪多个目标。-Track Multi-target with PDA
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:李冬冬
  1. apriori_java

    0下载:
  2. Apriori算法[1]是一种最有影响的挖掘布尔关联规则频繁项集的算法。其核心是基于两阶段频集思想的递推算法。该关联规则在分类上属于单维、单层、布尔关联规则。在这里,所有支持度大于最小支持度的项集称为频繁项集,简称频集。-Apriori algorithm [1] is one of the most influential association rule mining algorithm Boolean frequent item
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:43008
    • 提供者:alan
  1. JPDAF

    0下载:
  2. JPDA数据关联算法 适用范围:2个二维匀速运动目标的点迹与航迹的关联-JPDA data correlation algorithm suitable for: 2 two-dimensional uniform motion target point trace and track association
  3. 所属分类:数据库编程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:易巷尘
  1. CC_Method

    0下载:
  2. C-C算法,关联积分法求嵌入维数和时间延迟。-CC algorithm, correlation integral method the embedding dimension and time delay.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:许强
  1. ceshiweidu

    0下载:
  2. 采用灰关联对小样本数据进行降维处理,小样本数据的降维的方法,灰关联相对于主成分和因子分析有一定优势-The method of reducing dimension of small sample data is used to reduce the dimension of the small sample data by using the grey correlation method. The grey correlation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:姬中元
  1. face

    0下载:
  2. 用MATLAB实现的模态振型动画模拟,主要涉及到GUI中各控件的关联、模型网格绘制、各节点变形量颜色显示(第四维)、动画快速显示(如果可以,就把它称为第五维)等内容。-By mode shape animation MATLAB to achieve, mainly related to the association of each GUI controls, draw a grid model, each node deformat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:yang
  1. GP

    0下载:
  2. 能够有效的得到动力系统的一维信号序列的关联维度,为分析动力系统的规律提供参数参考,实际运用中也确实很有效果。-Which can effectively obtain the correlation dimension of the one-dimensional signal sequence of the power system, provide the parameter reference for the analysis o
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:夏伟
  1. 1.5版本升级包

    0下载:
  2. CMS发布v1.5版本,升级文件请到各qq群共享文件或者百度网盘下载。 此版本有以下功能更新: 2. 修复文章列表页面右侧关联商品不显示 3. 优化搜索框,搜索后显示搜索词 4. 新增商品列表图片 分屏触发图片加载 5. 修复部分空间,手机搜索分页空白问题 6. 电脑端商品列表优化优惠券金额显示 7. 修复后台商品列表 状态选项 按钮图片缺失 8. 电脑端右侧新增悬浮二维
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:79872
    • 提供者:文哥哥
  1. correlation

    0下载:
  2. 通过设定距离,时延,嵌入维数, 计算关联积分函数C。(By setting distance, delay and embedding dimension, we calculate the correlation integral function C.)
  3. 所属分类:数学计算/工程计算

« 1 2 ... 5 6 7 8 9 10»

源码中国 www.ymcn.org