|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuronespack.Couche
Title: Couche
Description: Gestion des fonctions de base des groupes de neurones.
Constructor Summary | |
Couche(int nbN,
int ft,
double[] pFT)
Constructeur de la couche |
Method Summary | |
void |
addNeurone(Neurone n)
Ajout d'un neurone |
protected abstract void |
creeNeurones()
|
java.util.Vector |
getLesUnites()
Getter des neurones |
int |
getNbUnites()
Getter du nombre de neurones |
double[] |
getParamFT()
Getter des paramètres de la fonction de transfert |
int |
getTypeFT()
Getter type fonction transfert |
Unite |
getUnite(int u)
Getter d'un neurone |
abstract void |
traiteCouche(Reseau leReseau)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Couche(int nbN, int ft, double[] pFT)
nbN
- int : Nombre de neuronesft
- int : Fonction de transfertpFT
- double[] : Paramètres de la fonction de transfertMethod Detail |
public void addNeurone(Neurone n)
public Unite getUnite(int u)
getUnite
in interface GroupeUnites
public java.util.Vector getLesUnites()
getLesUnites
in interface GroupeUnites
public int getNbUnites()
getNbUnites
in interface GroupeUnites
public int getTypeFT()
public double[] getParamFT()
public abstract void traiteCouche(Reseau leReseau)
protected abstract void creeNeurones()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |