remove \r
[extl.git] / extl / intelligence / ann / sample_converter.h
blobdd412d13e0f852de3d0e87b96d7a74a1c175956e
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: ann.h
4 * Created: 08.11.26
5 * Updated: 08.11.26
7 * Brief: The Artifical Neural Network Library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_INTELLIGENCE_ANN_SAMPLE_CONVERTER_H
14 #define EXTL_INTELLIGENCE_ANN_SAMPLE_CONVERTER_H
16 /* ///////////////////////////////////////////////////////////////////////
17 * Includes
19 #include "prefix.h"
20 #include "standardized_converter.h"
21 #include "normalized_converter.h"
22 #include "null_converter.h"
23 /* //////////////////////////////////////////////////////////////////// */
24 #endif /* EXTL_INTELLIGENCE_ANN_SAMPLE_CONVERTER_H */
25 /* //////////////////////////////////////////////////////////////////// */