#include "formation_factory.h"
#include "formation_static.h"
#include "formation_bpn.h"
#include "formation_dt.h"
#include "formation_knn.h"
#include "formation_ngnet.h"
#include "formation_rbf.h"
#include "formation_sbsp.h"
#include "formation_uva.h"
#include <fstream>
ネームスペース | |
namespace | rcsc |
関数 | |
FormationPtr | rcsc::make_formation (std::istream &is) |
make the suitable type formation instance depending on the input file | |
FormationPtr | rcsc::make_formation (const std::string &type) |
make the suitable type formation instance depending on the input file |