搜索资源列表

  1. K+帮助教程-可以发客户

    0下载:
  2. 金蝶K+辅助文档 ,包括自定义表单,数据库修改,榜单的制作等(Kingdee K+ auxiliary document, including custom form, database modification, list making, etc.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:59756544
    • 提供者:jjmmgg1991
  1. K-means

    0下载:
  2. K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最优分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。(The K-means algorithm is a hard clustering algorithm, which is
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Daizy7
  1. K-means

    0下载:
  2. 利用MATLAB实现K均值聚类算法,加深对该算法的理解。(We use MATLAB to achieve K mean clustering algorithm to deepen our understanding of the algorithm.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:WG_JNU
  1. k-medoids

    0下载:
  2. k-medoids聚类算法对数据进行分类处理(k-medoids Clustering algorithm for data classification)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:丶gorgerous
  1. K-means

    0下载:
  2. K-means聚类算法的matlab实现(k-means clustering is a method of vector quantization, originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:invoker`Z
  1. k均值聚类算法

    0下载:
  2. 根据k均值聚类的原理,实现一些数字的聚类,但是具体类别数需要自己设置(Clustering of some numbers by K mean clustering)
  3. 所属分类:其他小程序

  1. K—均值聚类提取

    0下载:
  2. k均值聚类提取,适合学习。先将RGB图像转换到LAB空间,在LAB空间进行聚类分割。(K-means clustering is suitable for learning. First convert the RGB image to LAB space and perform clustering and segmentation in the LAB space.)
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2323456
    • 提供者:江城歌
  1. k-means.py

    0下载:
  2. 通过python实现了k-means分类。(The python implementation of the K-means classification.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:小侠Joe
  1. K-Nearest Neighbor Classifier

    0下载:
  2. 调用于sklearn平台的K-Nearest Neighbor Classifier算法,有着较好的分类能力(The k-nearest Neighbor Classifier algorithm for sklearn platform has good classification ability.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:794937246
  1. 1、K-means学习

    0下载:
  2. 用k-meas算法对图片聚类,根据图像的颜色,聚类成若干类(Using k-means algorithom to clustering a picture)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:106496
    • 提供者:lotusLena
  1. K-means

    1下载:
  2. k-means算法主程序,已经经过测试,具体参数需要自己调整(K-means algorithm for matlab)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:水蒸汽12345
  1. K-means

    0下载:
  2. 对图像用k-means算法进行处理,得到效果更好的图像(Processing the image with k-means algorithm)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:Nidhogg123
  1. K-fold-Cross-Validation-master

    0下载:
  2. 进行K折交叉验证,将数据分为K份,将1份作为TEST,剩下K-1份作为TRAINING,对TEST进行测试(K folding cross validation)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:371712
    • 提供者:GarethWU
  1. 读取数据K线图

    2下载:
  2. MFC中绘制K线图,其中涉及C++编程以及K线图知识(MFC draw the K-line diagram, which involves C++ programming and K-line knowledge.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:166912
    • 提供者:姿姿honey
  1. K均值聚类

    0下载:
  2. K均值聚类算法-对数据进行聚类分析,适合数据处理(k means clustering algorithm)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:季jsx
  1. k-means聚类算法

    0下载:
  2. K-MEANS聚类算法实现,方法简单,容易实现(K-MEANS clustering algorithm, simple and easy to implement.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:yimingxuhome
  1. Improved K-means

    0下载:
  2. 基于数据密度自动计算最佳K聚类中心,对数据进行聚类(The best K clustering center is automatically calculated based on data density to cluster data.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:伯鸾君
  1. K-TimeLeft

    0下载:
  2. 显示当前K线剩余时间 在交易时提示时间戳 及时交易 这个指标的作用是显示当前K线剩余时间,以时分秒的方式显示数据,数据的位置可以跟随K线,也可以固定在图表任意位置(双击后任意移动它)。(show you K last time)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ccc2018
  1. C#股票K线走势图源代码

    0下载:
  2. C#股票K线走势图加技术指标源代码Source Code(C# Stock K-Line Trend Chart plus Technical Indicators Source Code)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:10213376
    • 提供者:test12354
  1. 基于粒子群优化的k均值

    1下载:
  2. 基于粒子群优化的k均值,可以对实验对象进行定性分类(Based on the k-means of particle swarm optimization, the experimental objects can be qualitatively classified)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:付夕夕
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »

源码中国 www.ymcn.org