CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - arff

搜索资源列表

  1. UCI

    1下载:
  2. 这是一个基于weka数据挖掘的实验测试数据集,格式为.arff,里面包含有名词性和数值型的数据集,用于weka挖掘测试.-This is a weka data mining based on the experimental data sets format. Arff. which contains terms and numerical data sets for test mining weka.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:564.87kb
    • 提供者:lizi
  1. XRFFConverter

    0下载:
  2. Machine Learning Weka 数据变换,给Arff文件加载权值,变换为XRFF文件。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.49mb
    • 提供者:Peng Deng
  1. BPclassification

    1下载:
  2. BP学习算法应用——模式分类 应用动量BP学习算法对UCI提供的经典数据库——鸢尾属植物数据库进行分类,速度快,精度高。iris.arff为数据库文件,可用Weka数据挖掘软件打开。Iris.csv为源代码读取的数据文件,通过Weka软件转换得到。 将源文件Iris_classify.m和Iris.csv文件放入matlab的work文件夹中直接运行即可。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5.01kb
    • 提供者:Michael_M
  1. GEPKNN.rar

    0下载:
  2. 代码是一个分类器的实现,其中使用了部分weka的源代码。可以将项目导入eclipse运行,记得把训练数据(arff文件)放在项目根目录下。,Code is the implementation of a classifier, the use of some of the weka source code. Projects can run into eclipse, I remember the training data [arff files] on the project root di
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:9.57mb
    • 提供者:lqy tom
  1. UCI.rar

    3下载:
  2. 是UCI数据库中的一些有代表性的数据集,用相关软件打开后即可使用,UCI database are some typical data sets, using the relevant software to open, ready for use
  3. 所属分类:Database system

    • 发布日期:2016-05-14
    • 文件大小:1.05mb
    • 提供者:ttt
  1. weka-3-5-8

    0下载:
  2. 数据挖掘的最常用工具。由于开源,可以使用自己的代码进行开发。-The most commonly used data mining tools. Because of open source, you can use to develop their own code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:17.74mb
    • 提供者:
  1. protein-data

    0下载:
  2. 一个arff格式的源码数据集,可用于WEKA挖掘软件当中。-1 arff format source data sets which can be used for mining software WEKA.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:150.36kb
    • 提供者:李历
  1. bysj731

    0下载:
  2. 贝叶斯算法,本人使用实验数据验证过,很有效-Bayesian algorithm, I verified using experimental data, very effective
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:580.44kb
    • 提供者:李丽
  1. extractfeatures

    0下载:
  2. python languages. extract features from documents and convert to arff file.-python languages. extract features from documents and convert to arff file.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.33kb
    • 提供者:Ss
  1. bayes

    0下载:
  2. Naive Bayes Classifier for an arff file (Weka file format)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:58.06kb
    • 提供者:andra
  1. WEKA_model_Matlab

    0下载:
  2. The code can create a model by calling the WEKA tool in matlab. The input file should be in .arff format
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:738byte
    • 提供者:Abdur
  1. import

    0下载:
  2. A C++ header/code to import ARFF and CSV format files into arrays
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:karin_2049
  1. kmeans

    0下载:
  2. 对其中的adult_cluster.arff文件实现了kmeans聚类算法。-Documents of which implements the kmeans adult_cluster.arff clustering algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:104.31kb
    • 提供者:黎海超
  1. all-kind-Fuzzy-Clustering

    0下载:
  2. 包含了几乎所有的聚类算法,用matlab实现的。里面有demo示例,可直接运行。-Contains almost all of the clustering algorithm, implemented using matlab. There are demo example, can be directly run.
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3.06mb
    • 提供者:baobao
  1. datamining

    0下载:
  2. 文件处理,在数据挖掘中应用weka是的预处理程序解决文件格式转换-arff file process,make the source file in weka
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:6.05kb
    • 提供者:cai
  1. KMeans

    0下载:
  2. 采用C++实现Kmeans聚类算法,距离的计算采用的是欧氏距离。数据集是weka自带的data里面的iris.arff数据集。假设样本所有属性都是数值属性,不考虑分类属性。-C++ implementation Kmeans classic clustering algorithm, the distance is calculated using the Euclidean distance. Data set is data that comes inside weka iris.arff
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1.47mb
    • 提供者:李倩
  1. WekaPreprocess

    0下载:
  2. 用C++写的处理weka软件所要求的数据格式arff的代码-The arff the code of weka software written in C++ processing the required data format
  3. 所属分类:Data structs

    • 发布日期:2017-06-01
    • 文件大小:13.19mb
    • 提供者:宋岩
  1. cbuildPc45

    0下载:
  2. 数据挖掘算法决策树C4.5,针对arff格式的文件,强大,完整的项目,可直接利用-Decision Tree C4.5
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5.15mb
    • 提供者:啦啦
  1. bank-data.arff

    2下载:
  2. 用于weka初入门学习,银行数据包括600实例,是data-bank.arff 文件,经过csv 处理之后的可经weka使用的文件。-The learn for weka early entry, bank data including 600 instances of the the the data-bank.arff file after csv after processing the file via weka.
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:3.72kb
    • 提供者:zjl
  1. arffwrite

    0下载:
  2. usage: convertion vector(double) to arff(weka) type code.
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2kb
    • 提供者:narli
« 12 »
搜珍网 www.dssz.com