<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.fann-get-cascade-min-cand-epochs.php',
    1 => 'fann_get_cascade_min_cand_epochs',
    2 => 'Returns the minimum candidate epochs',
  ),
  'up' => 
  array (
    0 => 'ref.fann.php',
    1 => 'Fann Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.fann-get-cascade-max-out-epochs.php',
    1 => 'fann_get_cascade_max_out_epochs',
  ),
  'next' => 
  array (
    0 => 'function.fann-get-cascade-min-out-epochs.php',
    1 => 'fann_get_cascade_min_out_epochs',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/fann/functions/fann-get-cascade-min-cand-epochs.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fann-get-cascade-min-cand-epochs" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fann_get_cascade_min_cand_epochs</h1>
  <p class="verinfo">(PECL fann &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">fann_get_cascade_min_cand_epochs</span> &mdash; <span class="dc-title">Returns the minimum candidate epochs</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fann-get-cascade-min-cand-epochs-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fann_get_cascade_min_cand_epochs</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.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   The minimum candidate epochs determines the minimum number of epochs the input connections
   to the candidates may be trained before adding a new candidate neuron.
  </p>
  <p class="para">
   The default min candidate epochs is 50.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fann-get-cascade-min-cand-epochs-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <dl>
   
    <dt><code class="parameter">ann</code></dt>
    <dd>
     <p class="para">Neural network <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span>.</p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fann-get-cascade-min-cand-epochs-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   The minimum candidate epochs, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> on error.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.fann-get-cascade-min-cand-epochs-notes">
  <h3 class="title">Note</h3>
  <blockquote class="note"><p><strong class="note">Nota</strong>: <p class="para">This function is only available if the fann extension has been build against libfann &gt;= 2.2.</p></p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fann-get-cascade-min-cand-epochs-seealso">
  <h3 class="title">Vedere anche:</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.fann-set-cascade-min-cand-epochs.php" class="function" rel="rdfs-seeAlso">fann_set_cascade_min_cand_epochs()</a> - Sets the min candidate epochs</span></li>
   </ul>
  </p>
 </div>



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