SHOGUN  v2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
KernelStructuredOutputMachine.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 Fernando José Iglesias García
8  * Copyright (C) 2012 Fernando José Iglesias García
9  */
10 
11 #ifndef _KERNEL_STRUCTURED_OUTPUT_MACHINE__H__
12 #define _KERNEL_STRUCTURED_OUTPUT_MACHINE__H__
13 
15 #include <shogun/kernel/Kernel.h>
16 
17 namespace shogun
18 {
19 
22 {
23  public:
26 
35 
38 
43  void set_kernel(CKernel* f);
44 
49  CKernel* get_kernel() const;
50 
52  inline virtual const char* get_name() const
53  {
54  return "KernelStructuredOutputMachine";
55  }
56 
57  private:
59  void register_parameters();
60 
61  protected:
64 
65 }; /* class CKernelStructuredOutputMachine */
66 
67 } /* namespace shogun */
68 
69 #endif /* _KERNEL_STRUCTURED_OUTPUT_MACHINE__H__ */

SHOGUN Machine Learning Toolbox - Documentation