代码搜索:BOOSTING
找到约 146 项符合「BOOSTING」的源代码
代码结果 146
www.eeworm.com/read/223101/14658916
cpp boosting.cpp
// Boosting.cpp: implementation of the Boosting class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "BoostingLbp.h"
#include "Boosting.h"
www.eeworm.com/read/223101/14658951
h boosting.h
//////////////////////////////////////////////////////////////////////
//
// Boosting.h: interface for the Boosting class.
//
//////////////////////////////////////////////////////////////////////
www.eeworm.com/read/205677/15310016
cpp boosting.cpp
// Boosting.cpp: implementation of the Boosting class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "BoostingLbp.h"
#include "Boosting.h"
www.eeworm.com/read/205677/15310025
h boosting.h
//////////////////////////////////////////////////////////////////////
//
// Boosting.h: interface for the Boosting class.
//
//////////////////////////////////////////////////////////////////////
www.eeworm.com/read/205667/15310160
ppt boosting.ppt
www.eeworm.com/read/370917/9575119
ppt bagging & boosting(1).ppt
www.eeworm.com/read/370917/9575122
ppt bagging & boosting.ppt
www.eeworm.com/read/361098/10066584
pdf an_introduction_to_boosting.pdf
www.eeworm.com/read/449350/7508587
pdf boosting_tutorial.pdf
www.eeworm.com/read/273260/10921910
makefile
CFLAGS = -Wall -O4 -pg
CC = g++
all: boosting
boosting: AdaBoost.o WeakLearner.o global.o
$(CC) $(CFLAGS) -o adaboost AdaBoost.o WeakLearner.o global.o
Boosting.o: Boosting.cpp
$(CC) $(C