搜索资源列表
POETR
- 此为POET的R语言源代码程序,目的是为实现最大方差估计-Large Covariance Estimation by Thresholding Principal Orthogonal Complements
Mymeans
- k-means(k均值聚类),使用R语言实现,分类的准确度跟自带的差不多-k-means written by myself
Naive-PLA
- 感知器学习算法。R语言实现版本。自己写的,给大家一个参考-perceptron learning of algorithm
pocket-PLA
- 贪婪感知器算法。R语言实现版本,每次会把最优的分类抓在手上-pocket perceptron learning of algorithm
LassoBoosting
- lassoBoosting 自己实现的一个小程序,R语言版本的。比较简洁,适合理解这个算法-lassoBoosting own implementation of a small program, R language versions. Relatively simple for understanding the algorithm
bagging
- bagging算法的R语言实现,完整代码,运行速度较快-bagging algorithm R language, the complete code to run faster
machineLearning_R
- 机器学习入门很好的代码,以电子商务案例进行实践,使用R语言实现-Getting good code machine learning, e-commerce case to practice using the R language
ROC
- 二分类模型评价方法ROC,是一种新的评价方法,用R语言实现。-ROC is a new uation method, which is realized by R language.
FJIR.R
- 模糊聚类分析 - 建立模糊相似矩阵,以R语言实现。-build a fuzzy matrix
TreeforR
- 自己使用R,语言编写的决策树实现算法,比较容易理解,大家可以-Using the R language to achieve the decision tree algorithm implementation, easier to understand
R-scorecard-master
- 实现WOE算法的R语言代码,WOE算法是信用卡评分模型的算法-The WOE algorithm is the algorithm of credit card scoring model
统计建模于R
- 基于R语言的建模,结合例子的代码实现,包括假设检验与各种统计量的计算(Based on the R language modeling, combined with the code implementation of the example, including the hypothesis test and the calculation of various statistics)
机器学习与R语言(machine_learning)
- 机器学习与R语言(machine_learning)源代码下载,内含R语言实现机器学习算法和应用案例(Machine learning and R language (machine_learning) source code download, containing R language to implement machine learning algorithms and application cases)
R语言实现粗糙集
- 利用R语言实现粗糙集,包括数据和例子,帮助理解各个函数的用途