SHOGUN
4.2.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
src
shogun
features
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
19
enum
EFeatureType
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,
31
F_SHORTREAL
= 90,
32
F_DREAL
= 100,
33
F_LONGREAL
= 110,
34
F_ANY
= 1000
35
};
36
38
enum
EFeatureClass
39
{
40
C_UNKNOWN
= 0,
41
C_DENSE
= 10,
42
C_SPARSE
= 20,
43
C_STRING
= 30,
44
C_COMBINED
= 40,
45
C_COMBINED_DOT
= 60,
46
C_WD
= 70,
47
C_SPEC
= 80,
48
C_WEIGHTEDSPEC
= 90,
49
C_POLY
= 100,
50
C_STREAMING_DENSE
= 110,
51
C_STREAMING_SPARSE
= 120,
52
C_STREAMING_STRING
= 130,
53
C_STREAMING_VW
= 140,
54
C_BINNED_DOT
= 150,
55
C_DIRECTOR_DOT
= 160,
56
C_LATENT
= 170,
57
C_MATRIX
= 180,
58
C_FACTOR_GRAPH
= 190,
59
C_INDEX
= 200,
60
C_SUB_SAMPLES_DENSE
=300,
61
C_ANY
= 1000
62
};
63
65
enum
EFeatureProperty
66
{
67
FP_NONE
= 0,
68
FP_DOT
= 1,
69
FP_STREAMING_DOT
= 2
70
};
71
}
72
#endif // _FEATURE_TYPES__H__
shogun::F_UNKNOWN
Definition:
FeatureTypes.h:21
shogun::C_FACTOR_GRAPH
Definition:
FeatureTypes.h:58
shogun::F_ULONG
Definition:
FeatureTypes.h:30
shogun::F_UINT
Definition:
FeatureTypes.h:28
shogun::C_LATENT
Definition:
FeatureTypes.h:56
shogun::F_BOOL
Definition:
FeatureTypes.h:22
shogun::C_STREAMING_VW
Definition:
FeatureTypes.h:53
shogun::F_SHORT
Definition:
FeatureTypes.h:25
shogun::C_STRING
Definition:
FeatureTypes.h:43
config.h
shogun::C_INDEX
Definition:
FeatureTypes.h:59
shogun::FP_NONE
Definition:
FeatureTypes.h:67
shogun::C_POLY
Definition:
FeatureTypes.h:49
shogun::C_DIRECTOR_DOT
Definition:
FeatureTypes.h:55
shogun::EFeatureClass
EFeatureClass
shogun feature class
Definition:
FeatureTypes.h:38
shogun::C_BINNED_DOT
Definition:
FeatureTypes.h:54
shogun::C_WD
Definition:
FeatureTypes.h:46
shogun::F_ANY
Definition:
FeatureTypes.h:34
shogun::F_SHORTREAL
Definition:
FeatureTypes.h:31
shogun::F_DREAL
Definition:
FeatureTypes.h:32
shogun::C_SUB_SAMPLES_DENSE
Definition:
FeatureTypes.h:60
shogun::F_CHAR
Definition:
FeatureTypes.h:23
shogun::F_LONG
Definition:
FeatureTypes.h:29
shogun::C_WEIGHTEDSPEC
Definition:
FeatureTypes.h:48
shogun::C_COMBINED_DOT
Definition:
FeatureTypes.h:45
shogun::C_DENSE
Definition:
FeatureTypes.h:41
shogun::C_COMBINED
Definition:
FeatureTypes.h:44
shogun::C_STREAMING_DENSE
Definition:
FeatureTypes.h:50
shogun::C_MATRIX
Definition:
FeatureTypes.h:57
shogun::EFeatureType
EFeatureType
shogun feature type
Definition:
FeatureTypes.h:19
shogun::C_UNKNOWN
Definition:
FeatureTypes.h:40
shogun::F_BYTE
Definition:
FeatureTypes.h:24
shogun::F_WORD
Definition:
FeatureTypes.h:26
shogun
all of classes and functions are contained in the shogun namespace
Definition:
class_list.h:18
shogun::F_LONGREAL
Definition:
FeatureTypes.h:33
shogun::C_STREAMING_SPARSE
Definition:
FeatureTypes.h:51
shogun::C_STREAMING_STRING
Definition:
FeatureTypes.h:52
shogun::FP_STREAMING_DOT
Definition:
FeatureTypes.h:69
shogun::FP_DOT
Definition:
FeatureTypes.h:68
shogun::C_SPARSE
Definition:
FeatureTypes.h:42
shogun::F_INT
Definition:
FeatureTypes.h:27
shogun::C_SPEC
Definition:
FeatureTypes.h:47
shogun::C_ANY
Definition:
FeatureTypes.h:61
shogun::EFeatureProperty
EFeatureProperty
shogun feature properties
Definition:
FeatureTypes.h:65
SHOGUN
Machine Learning Toolbox - Documentation