mlpack
2.2.5
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
mlpack
core
data
format.hpp
Go to the documentation of this file.
1
13
#ifndef MLPACK_CORE_DATA_FORMATS_HPP
14
#define MLPACK_CORE_DATA_FORMATS_HPP
15
16
namespace
mlpack {
17
namespace
data {
18
20
enum
format
21
{
22
autodetect
,
23
text
,
24
xml
,
25
binary
26
};
27
28
}
// namespace data
29
}
// namespace mlpack
30
31
#endif
mlpack::data::text
Definition:
format.hpp:23
mlpack::data::format
format
Define the formats we can read through boost::serialization.
Definition:
format.hpp:20
mlpack::data::xml
Definition:
format.hpp:24
mlpack::data::binary
Definition:
format.hpp:25
mlpack::data::autodetect
Definition:
format.hpp:22
Generated by
1.8.5