代码搜索结果

找到约 10,000 项符合 Boost 的代码

ada_boost.m

function [test_targets, E] = ada_boost(train_patterns, train_targets, test_patterns, params) % Classify using the AdaBoost algorithm % Inputs: % train_patterns - Train patterns % train_targets

ada_boost.asv

function [test_targets, E] = ada_boost(train_patterns, train_targets, test_patterns, params) % Classify using the AdaBoost algorithm % Inputs: % train_patterns - Train patterns % train_targets

ada_boost.m

function [test_targets, E] = ada_boost(train_patterns, train_targets, test_patterns, params) % Classify using the AdaBoost algorithm % Inputs: % train_patterns - Train patterns % train_targets

ada_boost.m

function D = ada_boost(train_features, train_targets, params, region); % Classify using the AdaBoost algorithm % Inputs: % features - Train features % targets - Train targets % Params - [Numbe

average-buck_boost_cm-buck_boost_cm.sim.cir

** circuit file for profile: buck_boost_cm ** WARNING: THIS AUTOMATICALLY GENERATED FILE MAY BE OVERWRITTEN BY SUBSEQUENT PROFILES *Libraries: * Local Libraries : .LIB ".\smpsrecipes.lib"

ada_boost_vc.m

function [trainError, testError, estTrainLabels, estTestLabels] = ... Ada_Boost_VC(trainFeatures, trainLabels,sigma ,testFeatures, testLabels) [trainError,testError,estTrainLabels,estTestLabels]