Partial Least Squares Implementation for C/C++? [closed] - c++

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anyone know of an open-source implementation of a partial least squares algorithm in C or C++?

Have you checked out R-Project? Got to love Google :)

Related

How to implement concepts in C++11 [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Where do I get to see the concepts getting implemented strictly using C++11 language and library features?
I will prefer a simple library to start using it right away.

Digit/Number Recognition Hand-written [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can anyone recommend a handwritten digit/number recognition library which I could use in c++/OpenGL. I need to recognise the digits/numbers in my OpenGL project written by a user.
Try Tesseract, you should be fine if you're only working with digits.

Can anyone recommend a good c++ convex hull shape/area library? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've been using boost::geometry, but it's still a young project and has a few too many bugs at the moment. Doubtless these will be fixed one day but is there a better choice right now?
EDIT: the bugs that were troubling me are now fixed - back on boost::geometry.

What's the best RPC implementation that works with Google protobuf? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I want to use RPC+protobuf in my distributed application(written by C/C++), and I found that there are already some RPC implementations listed in "Third-Party Add-ons for Protocol Buffers", but I cannot find out which one is the best. Could someone tell me the best practice of RPC+protobuf?
Thanks in advance.

C++ code to Flowchart & Psudocode [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am looking for a tool can convert C++ code to Flow chart & Psudocode, can I find one ?
you can use crystal_FLOW
http://www.sgvsarc.com/Prods/CFLOW/Crystal_FLOW.htm