文件名称:SMOTEBoost
介绍说明--下载内容来自于网络,使用问题请自行百度
分类非平衡数据的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/
SMOTEBoost/ARFFheader.txt
SMOTEBoost/ClassifierPredict.m
SMOTEBoost/ClassifierTrain.m
SMOTEBoost/CSVtoARFF.m
SMOTEBoost/data.csv
SMOTEBoost/README.txt
SMOTEBoost/SMOTEBoost.m
SMOTEBoost/Test.m
SMOTEBoost/weka.jar
license.txt
SMOTEBoost/ARFFheader.txt
SMOTEBoost/ClassifierPredict.m
SMOTEBoost/ClassifierTrain.m
SMOTEBoost/CSVtoARFF.m
SMOTEBoost/data.csv
SMOTEBoost/README.txt
SMOTEBoost/SMOTEBoost.m
SMOTEBoost/Test.m
SMOTEBoost/weka.jar
license.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.