Waikato / moa

MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.
http://moa.cms.waikato.ac.nz/
GNU General Public License v3.0
613 stars 354 forks source link

When I run massive online analysis, I get an error "Failed to load implementation from: com.github.fommil.netlib.NativeSystemARPACK". #280

Open whsm opened 1 year ago

whsm commented 1 year ago

I installed version 23.04.0 of MOA. I follow the "https://github.com/opencollab/arpack-ng" tutorial to install arpack-ng through MSYS2 with the command "pacman -S mingw-w64-x86_64-arpack", and then the system generates libarpack.a and libarpack.dll, etc. document. When I run massive online analysis, I get an error "Failed to load implementation from: com.github.fommil.netlib.NativeSystemARPACK".What should I do? I have defined environment variables "D:\msys64\mingw64\bin" and "D:\msys64\mingw64\opt\bin".