|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuronespack.FonctionTransfert
Title: Fonctions de transfert
Description: Gestion des fonctions de transfert.
Field Summary | |
static int |
F_BIPOLAIRE
|
static int |
F_LINEAIRE
|
static int |
F_LOGISTIQUE
|
static int |
F_SIGNE
|
static int |
F_TANH
|
Constructor Summary | |
FonctionTransfert()
|
Method Summary | |
static double |
calcDerivee(int type,
double x,
double[] val)
Calcul de la dérivée de la fonction de transition |
static double |
calcTransfert(int type,
double x,
double[] val)
Calcul de la fonction de transfert |
static int |
getNbParametre(int typeFonction)
Retourne nombre de paramètres selon fonction |
static double |
getRandom(double min,
double max)
Retourne un nombre aléatoire entre 2 bornes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int F_LINEAIRE
public static final int F_SIGNE
public static final int F_BIPOLAIRE
public static final int F_LOGISTIQUE
public static final int F_TANH
Constructor Detail |
public FonctionTransfert()
Method Detail |
public static double calcTransfert(int type, double x, double[] val)
type
- int : Type de fonctionx
- double : Valeur (potentiel)val
- double[] : Tableau des paramètres de la fonction
public static double calcDerivee(int type, double x, double[] val)
type
- int : Type de fonctionx
- double : Valeur (potentiel)val
- double[] : Tableau des paramètres de la fonction
public static int getNbParametre(int typeFonction)
public static double getRandom(double min, double max)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |