<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.fann.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.fann-get-quickprop-decay.php',
    1 => 'fann_get_quickprop_decay',
    2 => 'Returns the decay which is a factor that weights should decrease in each iteration during quickprop training',
  ),
  'up' => 
  array (
    0 => 'ref.fann.php',
    1 => 'Fann Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.fann-get-num-output.php',
    1 => 'fann_get_num_output',
  ),
  'next' => 
  array (
    0 => 'function.fann-get-quickprop-mu.php',
    1 => 'fann_get_quickprop_mu',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/fann/functions/fann-get-quickprop-decay.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fann-get-quickprop-decay" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fann_get_quickprop_decay</h1>
  <p class="verinfo">(PECL fann &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">fann_get_quickprop_decay</span> &mdash; <span class="dc-title">Returns the decay which is a factor that weights should decrease in each iteration during quickprop training</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fann-get-quickprop-decay-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fann_get_quickprop_decay</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$ann</code></span>): <span class="type"><a href="language.types.float.php" class="type float">float</a></span></div>

  <p class="para rdfs-comment">
   The decay is a small negative valued number which is a factor that the weights should decrease in each iteration
   during quickprop training. This is used to make sure that the weights do not become too high during training.
  </p>
  <p class="para">
   The default decay is -0.0001.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fann-get-quickprop-decay-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">ann</code></dt>
    <dd>
     <p class="para"><span class="type">Ressource</span> eines neuralen Netzwerks.</p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fann-get-quickprop-decay-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   The decay, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> on error.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fann-get-quickprop-decay-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.fann-set-quickprop-decay.php" class="function" rel="rdfs-seeAlso">fann_set_quickprop_decay()</a> - Sets the quickprop decay factor</span></li>
   </ul>
  </p>
 </div>



</div><?php manual_footer($setup); ?>