forum.alglib.net
http://forum.alglib.net/

Linear discriminant analysis LDA Classifier needed in c
http://forum.alglib.net/viewtopic.php?f=2&t=291
Page 1 of 1

Author:  josheeg [ Tue Feb 01, 2011 5:29 pm ]
Post subject:  Linear discriminant analysis LDA Classifier needed in c

I am interested in using ALGLIB or only the LDA Clasification part in a C program not c++ to be a LDA Classifier on my open source hardware design.

Data type:
Linear discriminant analysis LDA Classifier needed in gcc c standard c int32_t data signed data in.

Documentation:
Documentation would be needed

Any Ideas where I could find such a thing? If there is one avalable?

Would this fall under a project I could pay to get this part in simple c code done?


ALGLIB User Guide - Data analysis - Linear discriminant analysis

Author:  Sergey.Bochkanov [ Wed Feb 02, 2011 7:06 pm ]
Post subject:  Re: Linear discriminant analysis LDA Classifier needed in c

CPython version of ALGLIB is just an wrapper around pure C computational core. You can try to acess computational core directly - take a look at /cpython/core/src/alglib.c - for each ALGLIB function/structure it has corresponding wrapper functions (for functions) or constructor/destructor (for structrures).

There are no examples, because C core is not intended to be used directly, but you can study the code and ask questions here.

P.S. C++ version of ALGLIB is a wrapper too, but it is too tightly linked with C core, so you will have difficulties separating them. But maybe studying C++ version will give you some hints about ALGLIB internals.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/