www.pudn.com > AdaBoost_weaklearner_1.rar > graph.h
/* File graph.h Graph class template header file
shinnerl@ucla.edu
*/
#ifndef GRAPH_H
#define GRAPH_H
#pragma warning(disable : 4786) // Prevents 500 spurious warnings
#pragma warning(disable : 4503) // in MS Visual C++ 6.0.
#include