InputGrammSchmidt

Accueil  Précédent  Suivant

 

 

C/C++ declaration

extern long __stdcall InputGrammSchmidt(long Handle, double* Weight, double* Relevance);

 

Pascal declaration

Function InputGrammSchmidt(Handle: LongInt; Weight, Relevance: Pointer): LongInt; stdcall;

 

Input data analysis.

 

IN                 Handle : Model handle.

OUT         Weight : Double table of the input weights.

OUT         Relevance : Double table of the inputs relevance.

Return         0 if OK, <> 0 if failed

 

The selected output has been fixed with SetIValue with the style "ipSelectedOutput".

 

Remark : Weight et Relevance tables must be sized to NInput.

Must be called with an appropriate handle coming from CreateDataAnalyser.

 

 

CreateDataAnalyser

Primitives

 


NETRAL Neuro Developer Kit version 7.0