TTransfer

Accueil  Précédent  Suivant

 

C / C++ declaration

 

typedef enum {

       trSimple,                // simple transfer

       trConfidence,        // transfer with confidence

       trGradLev,                // transfer with gradient and leverage

       trGradDir,                // transfer with direct gradient

       trGrads,                // transfer with gradient and input gradient

       trGradHess,                // transfer with gradient and hessian

       trInGradHess,        // transfer with input gradient and input hessian

       trMixHess,                // transfer with mixt hessian

       trBootstrap,      // Transfer with bootstrap

       trKohonen         // Kohonen transfer

       } TTransfer;

 

Pascal declaration

 

TTransfer = (

       trSimple,                // simple transfer

       trConfidence,        // transfer with confidence

       trGradLev,                // transfer with gradient and leverage

       trGradDir,                // transfer with direct gradient

       trGrads,                // transfer with gradient and input gradient

       trGradHess,                // transfer with gradient and hessian

       trInGradHess,        // transfer with input gradient and input hessian

       trMixHess,                // transfer with mixt hessian

       trBootstrap,      // Transfer with bootstrap

       trKohonen         // Kohonen transfer

       );

 

Comments

 

TransferTable

TransferTableFD

Used with Transfer and TransferFD

 

 


NETRAL Neuro Developer Kit version 7.0