|
HiddenLayerAnalysis |
Accueil Précédent Suivant |
C/C++ declaration
extern long __stdcall HiddenLayerAnalysis(long Handle, double* Relevance);
Pascal declaration
function HiddenLayerAnalysis(Handle: LongInt; Relevance: Pointer): LongInt; stdcall;
Hidden layer analysis.
IN → Handle : Model handle.
OUT → Relevance : Target double table for reading the relevance values of the hidden nodes.
Return → 0 if OK, <> 0 if failed
Remark : User is responsible for dimensionning the target table.
Must be called after training.