forum.alglib.net

ALGLIB forum
It is currently Sat Apr 27, 2024 12:18 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Linear discriminant analysis LDA Classifier needed in c
PostPosted: Tue Feb 01, 2011 5:29 pm 
Offline

Joined: Tue Feb 01, 2011 5:16 pm
Posts: 7
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


Top
 Profile  
 
 Post subject: Re: Linear discriminant analysis LDA Classifier needed in c
PostPosted: Wed Feb 02, 2011 7:06 pm 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 906
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 246 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group