我安裝libmlpack-dev後,我得到以下錯誤,包括它在我的程序和編譯它。 /usr/include/mlpack/methods/kmeans/kmeans_impl.hpp: In member function ‘void mlpack::kmeans::KMeans<MetricType, InitialPartitionPolicy, EmptyClusterPolicy, Lloy
目前我嘗試從mlpack(一個可伸縮的機器學習庫)執行k-means聚類。 但是當我在命令行執行bin/kmeans時,我總是收到錯誤。 error: arma::memory::acquire(): out of memory
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::b
我試圖在Cygwin的安裝mlpack和我已經安裝了犰狳,但我遇到了以下問題: 運行cmake的後../我運行make命令,這裏是過程: $ make
Scanning dependencies of target mlpack_headers
Moving header files to include/mlpack/
[ 0%] Built target mlpack_headers
我建mlpack(對於C++的附加庫)使用Visual Studio 2015年所有的庫文件都在build文件夾內 現在當蔭試圖編譯在視覺下面的代碼添加額外的目錄mlpack位置後工作室,如圖added the directory我得到錯誤說「無法打開包含文件‘mlpack/core.hpp’:沒有這樣的文件或目錄」 #include "stdafx.h"
#include <mlp