原创 predicting useful neighborhoods for lazy local learning

     predicting useful neighborhoods for lazy local learning 摘要 懶惰局部學習方法在訓練分類器時,只利用訓練實例與新的測試樣本最相關的一個子集。這個方法的目標是使分類器適應測試

原创 Windows下讀取文件夾下所有文件

std::vector<std::string> files;_finddata_t file;long lf;//輸入文件夾路徑  if ((lf = _findfirst("d:\\png\\*.*"

原创 error LNK2005 LNK2001

解決LNK2005: #ifndef #define  #endif 解決LNK2001: 函數是否定義