PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
Namespaces | Enumerations | Functions
file_format_types.hpp File Reference

Defines an enumeration holding all supported file formats. More...

#include <iosfwd>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 plssvm
 The main namespace containing all public API functions.
 

Enumerations

enum class  plssvm::file_format_type { plssvm::libsvm , plssvm::arff }
 Enum class for all supported file types. More...
 

Functions

std::ostream & plssvm::operator<< (std::ostream &out, file_format_type format)
 Output the format to the given output-stream out. More...
 
std::istream & plssvm::operator>> (std::istream &in, file_format_type &format)
 Use the input-stream in to initialize the format type. More...
 

Detailed Description

Defines an enumeration holding all supported file formats.

Author
Alexander Van Craen
Marcel Breyer
License
This file is part of the PLSSVM project which is released under the MIT license. See the LICENSE.md file in the project root for full license information.