SHOGUN
v3.2.0
src
shogun
multiclass
ecoc
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
14
#include <
shogun/multiclass/ecoc/ECOCDiscriminantEncoder.h
>
15
16
namespace
shogun
17
{
18
29
class
CECOCForestEncoder
:
public
CECOCDiscriminantEncoder
30
{
31
public
:
33
CECOCForestEncoder
();
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::CECOCForestEncoder::CECOCForestEncoder
CECOCForestEncoder()
Definition:
ECOCForestEncoder.cpp:15
shogun::CECOCForestEncoder::get_num_trees
int32_t get_num_trees() const
Definition:
ECOCForestEncoder.h:42
shogun::CECOCForestEncoder::~CECOCForestEncoder
virtual ~CECOCForestEncoder()
Definition:
ECOCForestEncoder.h:36
shogun::CECOCForestEncoder::set_num_trees
void set_num_trees(int32_t num_trees)
Definition:
ECOCForestEncoder.cpp:21
shogun::CECOCForestEncoder
Definition:
ECOCForestEncoder.h:29
ECOCDiscriminantEncoder.h
shogun::CECOCForestEncoder::get_name
virtual const char * get_name() const
Definition:
ECOCForestEncoder.h:39
shogun
all of classes and functions are contained in the shogun namespace
Definition:
class_list.h:16
shogun::CECOCDiscriminantEncoder
Definition:
ECOCDiscriminantEncoder.h:33
SHOGUN
Machine Learning Toolbox - Documentation