代码搜索:ADABOOST
找到约 368 项符合「ADABOOST」的源代码
代码结果 368
www.eeworm.com/read/175689/5343517
m adaboost.m
function model = adaboost(data,options)
% ADABOOST AdaBoost algorithm.
%
% Synopsis:
% model = adaboost(data,options)
%
% Description:
% This function implements the AdaBoost algorithm which
% prod
www.eeworm.com/read/312185/3675425
java adaboost.java
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
package jboost.booster;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.ArrayList;
import java.util.
www.eeworm.com/read/428780/1954191
m adaboost.m
function model = adaboost(data,options)
% ADABOOST AdaBoost algorithm.
%
% Synopsis:
% model = adaboost(data,options)
%
% Description:
% This function implements the AdaBoost algorithm which
% prod
www.eeworm.com/read/252971/4400705
h adaboost.h
//////////////////////////////////////////////////////////////////
//
// Omlet - Open Machine Learning Enhanced Toolkit
//
// Copyright (C) 2006 TALP Research Center
//
www.eeworm.com/read/471381/6892023
m adaboost.m
function [H,alpha]=AdaBoost(X,Y,C,T,WLearner)
% AdaBoost
% Train a strong classifier using several weak ones
%
% Input
% X - samples
% Y - label of samples -
% 1 - belong to
www.eeworm.com/read/266457/11224815
m adaboost.m
%%
% File Name: AdaBoost
% This is the implementation of the ada boost algorithm.
% Parameters - very easy to gues by name...
% Return values: i - hypothesis-index vector.
% t - thresh
www.eeworm.com/read/411674/11233775
m adaboost.m
function model = adaboost(data,options)
% ADABOOST AdaBoost algorithm.
%
% Synopsis:
% model = adaboost(data,options)
%
% Description:
% This function implements the AdaBoost algorithm which
% prod
www.eeworm.com/read/180274/9313826
cpp adaboost_ecoc.cpp
/** @file
* $Id: adaboost_ecoc.cpp 2541 2006-01-10 06:02:27Z ling $
*/
#include
#include
#include
#include
#include "random.h"
#include "utility.h"
#include "a