文件名称:SMOTEBoost
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 5.37mb
- 下载次数:
- 0次
- 提 供 者:
- 贾**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
分类非平衡数据的SMOTEboost算法-This code implements SMOTEBoost. SMOTEBoost is an algorithm to handle class
imbalance problem in data with discrete class labels. It uses a combination of
SMOTE and the standard boosting procedure AdaBoost to better model the minority
class by providing the learner not only with the minority class examples that
were misclassified in the previous boosting iteration but also with broader
representation of those instances (achieved by SMOTE). Since boosting
algorithms give equal weight to all misclassified examples and sample from a
pool of data that predominantly consists of majority class, subsequent sampling
of the training set is still skewed towards the majority class. Thus, to reduce
the bias inherent in the learning procedure due to class imbalance and to
increase the sampling weights of minority class, SMOTE is introduced at each
round of boosting. Introduction of SMOTE increases the number of minority class
samples for the learner and focus on these cases
imbalance problem in data with discrete class labels. It uses a combination of
SMOTE and the standard boosting procedure AdaBoost to better model the minority
class by providing the learner not only with the minority class examples that
were misclassified in the previous boosting iteration but also with broader
representation of those instances (achieved by SMOTE). Since boosting
algorithms give equal weight to all misclassified examples and sample from a
pool of data that predominantly consists of majority class, subsequent sampling
of the training set is still skewed towards the majority class. Thus, to reduce
the bias inherent in the learning procedure due to class imbalance and to
increase the sampling weights of minority class, SMOTE is introduced at each
round of boosting. Introduction of SMOTE increases the number of minority class
samples for the learner and focus on these cases
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SMOTEBoost
..........\ARFFheader.txt
..........\ClassifierPredict.m
..........\ClassifierTrain.m
..........\CSVtoARFF.m
..........\data.csv
..........\README.txt
..........\SMOTEBoost.m
..........\Test.m
..........\weka.jar
license.txt