主要内容

分类合奏

增加,随机森林,包装,随机子空间和ECOC合奏,用于多类学习

分类合奏是由多个分类模型的加权组合组成的预测模型。通常,组合多个分类模型会提高预测性能。

To explore classification ensembles interactively, use the分类学习者应用程序。为了更大的灵活性,请使用fitcensemble在命令行界面中以增加或袋子分类树,或种植随机森林[12]。有关所有受支持的合奏的详细信息,请参阅金宝app合奏算法。为了将多类问题减少到二进制分类问题的集合中,请训练错误校正的输出代码(ECOC)模型。有关详细信息,请参阅fitcecoc

To boost regression trees using LSBoost, or to grow a random forest of regression trees[12], seeRegression Ensembles

Apps

分类学习者 火车模型使用监督的机器学习对数据进行分类

分类安排Predict 使用决策树的合奏对观察进行分类

Functions

展开全部

模板歧义 Discriminant analysis classifier template
TemplateCoc 错误纠正输出代码学习模板
templateEnsemble 合奏学习模板
templateknn k- 最近的邻居分类器模板
templateLinear 线性分类学习者模板
TemplatenaiveBayes 天真的贝叶斯分类器模板
templateSVM Support vector machine template
templateTree 创建决策树模板

创建分类合奏

fitcensemble 适合分类的学习者合奏
袖珍的 紧凑型分类合奏

Modify Classification Ensemble

resume 简历培训合奏
删除者 Remove members of compact classification ensemble

Interpret Classification Ensemble

酸橙 局部可解释的模型不足解释(石灰)
partialdependence Compute partial dependence
情节依赖性 Create partial dependence plot (PDP) and individual conditional expectation (ICE) plots
预测orImportance 估计预测因子对决策树的分类集合的重要性
shapley Shapley values

Cross-Validate Classification Ensemble

crossval Cross-validate ensemble
kfoldEdge 分类边缘for cross-validated classification model
kfoldLoss 交叉验证分类模型的分类损失
kfoldmargin 交叉验证分类模型的分类边缘
kfoldpredict Classify observations in cross-validated classification model
kfoldfun Cross-validate function for classification

测量性能

失利 分类错误
重新公开 分类错误通过重述
比较 使用新数据比较两个分类模型的精度
边缘 分类边缘
margin 分类边缘
resubEdge 分类边缘by resubstitution
repubmargin 通过重新确定的分类利润率
testckfold Compare accuracies of two classification models by repeated cross-validation

分类观察结果

预测 使用分类模型合奏对观察进行分类
resubPredict Classify observations in ensemble of classification models
oobPredict Predict out-of-bag response of ensemble

收集分类合奏的属性

gather Gather properties of统计和机器学习工具箱object from GPU
TreeBagger Create bag of decision trees
fitcensemble 适合分类的学习者合奏
预测 使用装袋决策树的合奏预测回应
oobPredict Ensemble predictions for out-of-bag observations

创建ECOC

fitcecoc 适合支持向量机或其他分类器的多类模型金宝app
袖珍的 Reduce size of multiclass error-correcting output codes (ECOC) model

Modify ECOC

discardSupportVectors Discard support vectors of linear SVM binary learners in ECOC model

Interpret ECOC

酸橙 局部可解释的模型不足解释(石灰)
partialdependence Compute partial dependence
情节依赖性 Create partial dependence plot (PDP) and individual conditional expectation (ICE) plots
shapley Shapley values

Cross-Validate ECOC

crossval Cross-validate multiclass error-correcting output codes (ECOC) model
kfoldEdge 分类边缘for cross-validated ECOC model
kfoldLoss 交叉验证的ECOC模型的分类损失
kfoldmargin 交叉验证的ECOC模型的分类边缘
kfoldpredict Classify observations in cross-validated ECOC model
kfoldfun 使用交叉验证的ECOC模型的交叉验证函数

测量性能

失利 多类误差校正输出代码(ECOC)模型的分类损失
重新公开 多类误差校正输出代码(ECOC)模型的重述分类损失
比较 使用新数据比较两个分类模型的精度
边缘 分类为兼职error-correctin边缘g output codes (ECOC) model
margin 分类边缘for multiclass error-correcting output codes (ECOC) model
resubEdge Resubstitution classification edge for multiclass error-correcting output codes (ECOC) model
repubmargin 多类误差校正输出代码(ECOC)模型的重述分类边缘
testckfold Compare accuracies of two classification models by repeated cross-validation

分类观察结果

预测 Classify observations using multiclass error-correcting output codes (ECOC) model
resubPredict Classify observations in multiclass error-correcting output codes (ECOC) model

收集ECOC的特性

gather Gather properties of统计和机器学习工具箱object from GPU

Classes

展开全部

分类安排 Ensemble classifier
紧凑型classificationEnsemble 紧凑型分类合奏class
分类PartitionedEnsemble Cross-validated classification ensemble
TreeBagger Bag of decision trees
CompactTreeBagger Compact ensemble of decision trees grown by bootstrap aggregation
分类袋装 分类ensemble grown by resampling
分类 支持向量机(SVM)和其他分类器的多类模型金宝app
CompactClassificationECOC 支持向量机(SVM)和其他分类器的紧凑型多类模型金宝app
分类部门 Cross-validated multiclass ECOC model for support vector machines (SVMs) and other classifiers

Topics