We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f84dd commit b9002dbCopy full SHA for b9002db
chapter14/adaboostBinPred.m
@@ -1,4 +1,5 @@
1
function t = adaboostBinPred(model, X)
2
+% Prediction of binary Adaboost
3
% input:
4
% model: trained model structure
5
% X: d x n data matrix
0 commit comments