SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GUIStructure.cpp
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) 2008 Soeren Sonnenburg
8  * Copyright (C) 2008 Fraunhofer Institute FIRST and Max-Planck-Society
9  */
10 
11 #include <shogun/ui/SGInterface.h>
12 #include <shogun/ui/GUIStructure.h>
13 
14 #include <shogun/lib/config.h>
15 #include <shogun/io/SGIO.h>
16 #include <shogun/structure/Plif.h>
17 
18 using namespace shogun;
19 
20 CGUIStructure::CGUIStructure(CSGInterface* ui_)
21 : ui(ui_), m_dp(NULL), m_feature_matrix(NULL),
22  m_feature_matrix_sparse1(NULL), m_feature_matrix_sparse2(NULL),
23  m_feature_dims(NULL), m_num_positions(0), m_all_positions(0),
24  m_content_svm_weights(0), m_num_svm_weights(0),
25  m_orf_info(NULL), m_use_orf(true), m_mod_words(NULL)
26 {
29 }
30 
32 {
34 }

SHOGUN Machine Learning Toolbox - Documentation