Reording include to pass CI build
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
* http://www.opensource.org/licenses/BSD-3-Clause for more information.
|
||||
*/
|
||||
#include <mlpack/prereqs.hpp>
|
||||
#include <mlpack/core/util/mlpack_main.hpp>
|
||||
#include <mlpack/core/util/cli.hpp>
|
||||
#include <mlpack/core/util/mlpack_main.hpp>
|
||||
#include <mlpack/core.hpp>
|
||||
|
||||
using namespace mlpack;
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
* http://www.opensource.org/licenses/BSD-3-Clause for more information.
|
||||
*/
|
||||
#include <mlpack/prereqs.hpp>
|
||||
#include <mlpack/core/util/cli.hpp>
|
||||
#include <mlpack/core/util/mlpack_main.hpp>
|
||||
#include <mlpack/core/math/random.hpp>
|
||||
#include <mlpack/core/util/cli.hpp>
|
||||
#include <mlpack/core/data/scaler_methods/max_abs_scaler.hpp>
|
||||
#include <mlpack/core/data/scaler_methods/mean_normalization.hpp>
|
||||
#include <mlpack/core/data/scaler_methods/min_max_scaler.hpp>
|
||||
|
||||
Reference in New Issue
Block a user