mlpack  2.0.1
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 {
26  xml,
28 };
29 
30 } // namespace data
31 } // namespace mlpack
32 
33 #endif
Linear algebra utility functions, generally performed on matrices or vectors.
format
Define the formats we can read through boost::serialization.
Definition: format.hpp:22