<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'function.fann-set-activation-steepness-hidden.php',
    1 => 'fann_set_activation_steepness_hidden',
    2 => 'Sets the steepness of the activation steepness for all neurons in the all hidden layers',
  ),
  'up' => 
  array (
    0 => 'ref.fann.php',
    1 => 'Fann Functions',
  ),
  'prev' => 
  array (
    0 => 'function.fann-set-activation-steepness.php',
    1 => 'fann_set_activation_steepness',
  ),
  'next' => 
  array (
    0 => 'function.fann-set-activation-steepness-layer.php',
    1 => 'fann_set_activation_steepness_layer',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/fann/functions/fann-set-activation-steepness-hidden.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fann-set-activation-steepness-hidden" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fann_set_activation_steepness_hidden</h1>
  <p class="verinfo">(PECL fann &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">fann_set_activation_steepness_hidden</span> &mdash; <span class="dc-title">Sets the steepness of the activation steepness for all neurons in the all hidden layers</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fann-set-activation-steepness-hidden-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fann_set_activation_steepness_hidden</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="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$activation_steepness</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Sets the steepness of the activation steepness for all neurons in the all hidden layers.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fann-set-activation-steepness-hidden-parameters">
  <h3 class="title">Parameters</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>
   
   
    <dt><code class="parameter">activation_steepness</code></dt>
    <dd>
     <p class="para">
      The activation steepness.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fann-set-activation-steepness-hidden-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">Returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> on success, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> otherwise.</p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fann-set-activation-steepness-hidden-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.fann-set-activation-steepness.php" class="function" rel="rdfs-seeAlso">fann_set_activation_steepness()</a> - Sets the activation steepness for supplied neuron and layer number</span></li>
    <li><span class="function"><a href="function.fann-set-activation-steepness-layer.php" class="function" rel="rdfs-seeAlso">fann_set_activation_steepness_layer()</a> - Sets the activation steepness for all of the neurons in the supplied layer number</span></li>
    <li><span class="function"><a href="function.fann-set-activation-steepness-output.php" class="function" rel="rdfs-seeAlso">fann_set_activation_steepness_output()</a> - Sets the steepness of the activation steepness in the output layer</span></li>
    <li><span class="function"><a href="function.fann-get-activation-steepness.php" class="function" rel="rdfs-seeAlso">fann_get_activation_steepness()</a> - Returns the activation steepness for supplied neuron and layer number</span></li>
    <li><span class="function"><a href="function.fann-set-activation-function.php" class="function" rel="rdfs-seeAlso">fann_set_activation_function()</a> - Sets the activation function for supplied neuron and layer</span></li>
   </ul>
  </p>
 </div>



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