SHOGUN  v2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ECOCForestEncoder.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License as published by
4  * the Free Software Foundation; either version 3 of the License, or
5  * (at your option) any later version.
6  *
7  * Written (W) 2012 Chiyuan Zhang
8  * Copyright (C) 2012 Chiyuan Zhang
9  */
10 
11 #ifndef ECOCFORESTENCODER_H__
12 #define ECOCFORESTENCODER_H__
13 
15 
16 namespace shogun
17 {
18 
30 {
31 public:
34 
36  virtual ~CECOCForestEncoder() {}
37 
39  virtual const char* get_name() const { return "ECOCForestEncoder"; }
40 
42  int32_t get_num_trees() const { return m_num_trees; }
43 
45  void set_num_trees(int32_t num_trees);
46 };
47 
48 } /* shogun */
49 
50 #endif /* end of include guard: ECOCFORESTENCODER_H__ */
51 

SHOGUN Machine Learning Toolbox - Documentation