forum.alglib.net

ALGLIB forum
It is currently Thu Mar 28, 2024 12:17 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  [ 1 post ] 
Author Message
 Post subject: How use fisherldan() Alglib
PostPosted: Sun Aug 04, 2019 3:38 pm 
Offline

Joined: Sun Jun 28, 2015 12:43 pm
Posts: 2
I don’t understand how to use the fisherldan () function, how to form parameters for it ??? I need to put xy in fisherldan (), how do I do this ???

double xy[10][5] =
{
{ 4,2,1, 0 }, { 2,4,2, 0 }, { 2,3,3, 0 }, { 3,6,4, 0 }, { 4,4,5, 0 },
{ 9,10,10, 1 }, { 6,8,11, 1 }, { 9,5,12, 1 }, { 8,7,9, 1 }, { 10,8,10,
1 }
};

int NPoints = 10;
int NVars = 3; // 1 for 1 dimension, 2 for 2D and so on...
int NClasses = 2;

int info = 0;
double ** w;
ae_state state;
ae_matrix matrix;
matrix.cols = 4;
matrix.rows = 10;



//fisherldan(&xy, NPoints, NVars, NClasses, info&, w, state);


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 44 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