SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
FeatureTypes.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) 2009 Soeren Sonnenburg
8  * Copyright (C) 2009 Fraunhofer Institute FIRST and Max-Planck-Society
9  */
10 #ifndef _FEATURE_TYPES__H__
11 #define _FEATURE_TYPES__H__
12 
13 #include <shogun/lib/config.h>
14 
15 namespace shogun
16 {
17 
20  {
21  F_UNKNOWN = 0,
22  F_BOOL = 5,
23  F_CHAR = 10,
24  F_BYTE = 20,
25  F_SHORT = 30,
26  F_WORD = 40,
27  F_INT = 50,
28  F_UINT = 60,
29  F_LONG = 70,
30  F_ULONG = 80,
32  F_DREAL = 100,
33  F_LONGREAL = 110,
34  F_ANY = 1000
35  };
36 
39  {
40  C_UNKNOWN = 0,
41  C_DENSE = 10,
42  C_SPARSE = 20,
43  C_STRING = 30,
44  C_COMBINED = 40,
46  C_WD = 70,
47  C_SPEC = 80,
49  C_POLY = 100,
54  C_BINNED_DOT = 150,
56  C_LATENT = 170,
57  C_MATRIX = 180,
59  C_INDEX = 200,
61  C_ANY = 1000
62  };
63 
66  {
67  FP_NONE = 0,
68  FP_DOT = 1,
70  };
71 }
72 #endif // _FEATURE_TYPES__H__
EFeatureClass
shogun feature class
Definition: FeatureTypes.h:38
EFeatureType
shogun feature type
Definition: FeatureTypes.h:19
all of classes and functions are contained in the shogun namespace
Definition: class_list.h:18
EFeatureProperty
shogun feature properties
Definition: FeatureTypes.h:65

SHOGUN Machine Learning Toolbox - Documentation