mlpack
2.0.1
src
mlpack
core
data
format.hpp
Go to the documentation of this file.
1
15
#ifndef __MLPACK_CORE_DATA_FORMATS_HPP
16
#define __MLPACK_CORE_DATA_FORMATS_HPP
17
18
namespace
mlpack
{
19
namespace
data {
20
22
enum
format
23
{
24
autodetect
,
25
text
,
26
xml
,
27
binary
28
};
29
30
}
// namespace data
31
}
// namespace mlpack
32
33
#endif
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition:
dataset_info.hpp:23
mlpack::data::text
Definition:
format.hpp:25
mlpack::data::xml
Definition:
format.hpp:26
mlpack::data::format
format
Define the formats we can read through boost::serialization.
Definition:
format.hpp:22
mlpack::data::autodetect
Definition:
format.hpp:24
mlpack::data::binary
Definition:
format.hpp:27
Generated by
1.8.13