|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgestion_reseau.InfoApprentissage
La class InfoApprentissage permet de partagé l'information d'erreur entre l'algorithme d'apprentissage et l'affichage de la courbe.
| Constructor Summary | |
InfoApprentissage()
|
|
| Method Summary | |
void |
ecrire(float _erreur)
Permet d'écrire l'information. |
void |
ecrireSansAttendre(float _erreur)
Permet d'écrir l'info sans attendre un notify |
float |
lire()
Permet de lire l'information. |
float |
lireSansAttendre()
permet de lire l'info sans attendre un notify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InfoApprentissage()
| Method Detail |
public float lireSansAttendre()
public void ecrireSansAttendre(float _erreur)
public float lire()
public void ecrire(float _erreur)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||