CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - IRIS data set
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - IRIS data set - List
[
matlab
]
iriscloud
DL : 0
云分类器,一种基于云模型理论的分类程序。程序中使用云分类器对Iris数据集进行了测试-cloud classifier, a theoretical model based on cloud classification procedure. Procedures used for cloud classification of Iris data set for testing
Update
: 2025-02-17
Size
: 3kb
Publisher
:
王力
[
matlab
]
naivebayes
DL : 0
尽管matlab提供了朴素bayes的函数,但要理解朴素bayes还是自己编程实现为好。这是以IRIS数据集为例,用朴素bayes方法分类的程序。-Although matlab Bayes provides a simple function, but to understand the simple Bayes or programming for their own good. This is the IRIS data set as an example, naive Bayes method with a classification procedure.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
幻影
[
AI-NN-PR
]
isodata_iris
DL : 0
聚类分析isodata算法的C程序,实现对iris数据集分类的功能-ISODATA cluster analysis algorithm C procedures, to achieve the classification of iris data set features
Update
: 2025-02-17
Size
: 3kb
Publisher
:
王璐瑶
[
Algorithm
]
Iris
DL : 0
贝叶斯分类程序,iris数据集,很有用,已测试-Bayesian classification procedures, iris data set, very useful, have been tested
Update
: 2025-02-17
Size
: 540kb
Publisher
:
ding
[
Algorithm
]
Bayes
DL : 0
使用Iris数据集,朴素贝叶斯分类算法。-The use of Iris data set, Naive Bayes classification algorithm.
Update
: 2025-02-17
Size
: 589kb
Publisher
:
nbbnmm
[
AI-NN-PR
]
Bayes_example
DL : 0
Bayes分类器应用于IRIS数据集的例子-An example of Bayes Classifier applied on IRIS Data Set
Update
: 2025-02-17
Size
: 44kb
Publisher
:
LikeTheBird
[
AI-NN-PR
]
Fisher_example
DL : 0
Fisher线性判别分类器应用于IRIS数据集的例子-An example of Fisher linear discriminant Classifier applied on IRIS Data Set
Update
: 2025-02-17
Size
: 161kb
Publisher
:
LikeTheBird
[
AI-NN-PR
]
RBF_example_IRIS
DL : 0
RBF神经网络应用于IRIS数据集的例子-Am example of RBF-NN applied on IRIS Data Set
Update
: 2025-02-17
Size
: 19kb
Publisher
:
LikeTheBird
[
Windows Develop
]
2005S9568
DL : 0
feature selection from iris data set it will use statistical methods and get the best set of features then use graphs to classify the data-feature selection from iris data set it will use statistical methods and get the best set of features then use graphs to classify the data
Update
: 2025-02-17
Size
: 28kb
Publisher
:
madurangak
[
matlab
]
naivebayes
DL : 0
这是以Iris数据集为例,用朴素bayes方法分类的程序.matlab编程-This is the Iris data set as an example, using the simple bayes methods of classification procedure. Matlab programming
Update
: 2025-02-17
Size
: 5.3mb
Publisher
:
王兵
[
matlab
]
pca_demonstration
DL : 0
This a demonstration of how one can use PCA to classify a 2D data set-This is a demonstration of how one can use PCA to classify a 2D data set
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Pista
[
Other
]
K-MEANS
DL : 0
数据挖掘,K-means源码,数据集为iris-Data mining, K-means source code for the iris data set
Update
: 2025-02-17
Size
: 288kb
Publisher
:
刘凡
[
Other
]
cure
DL : 0
数据挖掘,CURE算法实现,数据集为iris-Data mining, CURE algorithm, the data set for the iris
Update
: 2025-02-17
Size
: 297kb
Publisher
:
刘凡
[
Special Effects
]
Bayes-Iris
DL : 0
根据贝叶斯原理设计的一个简单的分类器,利用已知样本数据训练后,分类器就可以对未知样本进行分类。(实验时采用的是Iris数据集。)-According to the design of a simple Bayesian classifier, using the known training sample data, the classifier can classify the unknown samples. (Experiments using the Iris data set.)
Update
: 2025-02-17
Size
: 9kb
Publisher
:
lhb
[
matlab
]
SVM-iris
DL : 0
本人用matlab编写的支持向量机的程序,在数据集iris上进行实验,识别效果不错-I have written in with support vector machine matlab program, in experiments on the iris data set, identify good results
Update
: 2025-02-17
Size
: 3kb
Publisher
:
yupan
[
matlab
]
Backpropagation
DL : 0
模式识别课程作业-神经网络分类IRIS数据集.共两层网络,程序有详细注释。程序结果将输出到EXCEL文件中,也很详细。-Course work in pattern recognition- Neural Network Classification IRIS data set. A total of two networks, a detailed program notes. Program results will be output to the EXCEL file, and very detailed.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
yumingwei
[
matlab
]
PCA
DL : 1
模式识别作业-完全自编仿真程序。先用PCA对IRIS数据集进行降维,然后用最小错误法对降维的数据进行分类。压缩包中既包括matlab源代码,又有自己写的报告,还有.MAT格式的IRIS数据集用作程序调用。程序有详细注释,很容易懂。最后结果输出到txt文件中。-Pattern recognition operations- completely self simulation program. First on the IRIS data set with PCA dimension reduction, and then with the minimum error method to classify the data dimension reduction. Both compressed package matlab source code, but also write their own reports, as well. MAT format, the program calls for IRIS data set. Procedures detailed notes, it is easy to understand. Finally, the output to a txt file.
Update
: 2025-02-17
Size
: 92kb
Publisher
:
yumingwei
[
AI-NN-PR
]
k-means-and-cure-in-Iris-Data-Set
DL : 0
聚类算法实验,采用两种不同类型的聚类算法:基于划分的聚类方法k-means和基于层次的聚类方法CURE,采用的数据集是:Iris Data Set,数据集中共包含150组数据信息。 材料中有详细的说明文档,具体介绍了算法实现的细节,很容易理解-Clustering algorithm experiment, using two different types of clustering algorithm: Partition-based clustering method k-means and hierarchical clustering method based on CURE, the use of the data set is: Iris Data Set, the data set contains a total of 150 sets of data information . Materials are described in detail in the documentation, the specific details described algorithm, it is easy to understand
Update
: 2025-02-17
Size
: 185kb
Publisher
:
牛魔王
[
Other
]
iris
DL : 0
著名的统计学家R.A.Fisher在20世纪30年代中期提出来的鸢尾花数据集(The famous statistician R.A.Fisher introduced the iris data set in the mid 1930s)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
geduogege
[
Other
]
iris
DL : 0
iris数据集的XLS文件,方便matlab使用(The iris data set of XLS files, easy to use)
Update
: 2025-02-17
Size
: 5kb
Publisher
:
当然噶盎然
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.