📄 reseauff.html
字号:
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../neuronespack/ReseauFF.html#setEta(double)">setEta</A></B>(double e)</CODE>
<BR>
Setter du pas d'apprentissage</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_neuronespack.Reseau"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class neuronespack.<A HREF="../neuronespack/Reseau.html" title="class in neuronespack">Reseau</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../neuronespack/Reseau.html#addCouche(neuronespack.Couche)">addCouche</A>, <A HREF="../neuronespack/Reseau.html#ajouteConnexionsBiais(neuronespack.Couche, double[])">ajouteConnexionsBiais</A>, <A HREF="../neuronespack/Reseau.html#ajouteConnexionsCouches(neuronespack.GroupeUnites, neuronespack.GroupeUnites, boolean[][])">ajouteConnexionsCouches</A>, <A HREF="../neuronespack/Reseau.html#ajouteConnexionsEntrees(neuronespack.GroupeUnites, neuronespack.GroupeUnites, boolean[][])">ajouteConnexionsEntrees</A>, <A HREF="../neuronespack/Reseau.html#ajouteConnexionsSorties(neuronespack.GroupeUnites, neuronespack.GroupeUnites, boolean[][])">ajouteConnexionsSorties</A>, <A HREF="../neuronespack/Reseau.html#construitConnexionsBiais(double[][])">construitConnexionsBiais</A>, <A HREF="../neuronespack/Reseau.html#construitConnexionsCouches(neuronespack.GroupeUnites, neuronespack.GroupeUnites, boolean[][])">construitConnexionsCouches</A>, <A HREF="../neuronespack/Reseau.html#construitConnexionsCouchesComplete(neuronespack.GroupeUnites, neuronespack.GroupeUnites)">construitConnexionsCouchesComplete</A>, <A HREF="../neuronespack/Reseau.html#construitConnexionsEntrees(boolean[][])">construitConnexionsEntrees</A>, <A HREF="../neuronespack/Reseau.html#construitConnexionsEntreesDirectes()">construitConnexionsEntreesDirectes</A>, <A HREF="../neuronespack/Reseau.html#construitConnexionsSorties(boolean[][])">construitConnexionsSorties</A>, <A HREF="../neuronespack/Reseau.html#construitConnexionsSortiesDirectes()">construitConnexionsSortiesDirectes</A>, <A HREF="../neuronespack/Reseau.html#getConnexions(int)">getConnexions</A>, <A HREF="../neuronespack/Reseau.html#getCouche(int)">getCouche</A>, <A HREF="../neuronespack/Reseau.html#getDonneesCourantes()">getDonneesCourantes</A>, <A HREF="../neuronespack/Reseau.html#getLeBiais()">getLeBiais</A>, <A HREF="../neuronespack/Reseau.html#getLesConnexions()">getLesConnexions</A>, <A HREF="../neuronespack/Reseau.html#getLesCouches()">getLesCouches</A>, <A HREF="../neuronespack/Reseau.html#getNbCouches()">getNbCouches</A>, <A HREF="../neuronespack/Reseau.html#getResultats()">getResultats</A>, <A HREF="../neuronespack/Reseau.html#setDonneesCourantes(int, int)">setDonneesCourantes</A>, <A HREF="../neuronespack/Reseau.html#setFichierEntree(neuronespack.DonneesEntree, java.lang.String)">setFichierEntree</A>, <A HREF="../neuronespack/Reseau.html#setFichierResultat(neuronespack.Resultats, java.lang.String)">setFichierResultat</A>, <A HREF="../neuronespack/Reseau.html#setPoidsConnexions(neuronespack.Connexions, double[][])">setPoidsConnexions</A>, <A HREF="../neuronespack/Reseau.html#setResultat(int)">setResultat</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="ReseauFF(int)"><!-- --></A><H3>
ReseauFF</H3>
<PRE>
public <B>ReseauFF</B>(int nbC)</PRE>
<DL>
<DD>Constructeur du r閟eau
<P>
<DT><B>Parameters:</B><DD><CODE>nbC</CODE> - int : nombre de couches</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="ajouteCouche(int, int, double[])"><!-- --></A><H3>
ajouteCouche</H3>
<PRE>
public void <B>ajouteCouche</B>(int nbN, int ft, double[] pFT)</PRE>
<DL>
<DD>Cr閍tion d'une couche
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>nbN</CODE> - int : nombre de neurones<DD><CODE>ft</CODE> - int : type de fonction de transfert<DD><CODE>pFT</CODE> - int[] : param鑤res de la fonction de transfert</DL>
</DD>
</DL>
<HR>
<A NAME="propagation()"><!-- --></A><H3>
propagation</H3>
<PRE>
public void <B>propagation</B>()</PRE>
<DL>
<DD>Propagation avant
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../neuronespack/Reseau.html#propagation()">propagation</A></CODE> in class <CODE><A HREF="../neuronespack/Reseau.html" title="class in neuronespack">Reseau</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setEta(double)"><!-- --></A><H3>
setEta</H3>
<PRE>
public void <B>setEta</B>(double e)</PRE>
<DL>
<DD>Setter du pas d'apprentissage
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getEta()"><!-- --></A><H3>
getEta</H3>
<PRE>
public double <B>getEta</B>()</PRE>
<DL>
<DD>Getter du pas d'apprentissage
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="apprend()"><!-- --></A><H3>
apprend</H3>
<PRE>
public abstract double <B>apprend</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../neuronespack/ReseauBP.html" title="class in neuronespack"><B>PREV CLASS</B></A>
<A HREF="../neuronespack/ReseauKoho.html" title="class in neuronespack"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="ReseauFF.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_neuronespack.Reseau">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -