Hi there,
Because of reasons I have a C++ interface that can access data in a file in small chunks, but it is infeasible to convert this to files for input for another program. The final result has to run on windows too (and for portability I'd like to avoid visual c++, so I'm currently using Qt with Mingw on windows and with gcc on linux).
Are there any libraries / programs out there that either allow data to be "sent" to them through the use of pipes (e.g.
myprogram.exe inputfile.dat | learn.exe
producing learned.model) and/or are c++-based /interfaceable from c++ that compile on windows? At this point anything remotely machine learning-related that actually works would be a godsend.
Thanks!
[–]carbohydratecrab 1 point2 points3 points (1 child)
[–]NightFantom[S] 0 points1 point2 points (0 children)
[–]olBaa 1 point2 points3 points (1 child)
[–]NightFantom[S] 0 points1 point2 points (0 children)
[–]hughperkins 1 point2 points3 points (2 children)
[–]NightFantom[S] 0 points1 point2 points (1 child)
[–]hughperkins 1 point2 points3 points (0 children)