<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.fannconnection.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'fannconnection.construct.php',
    1 => 'FANNConnection::__construct',
    2 => 'The connection constructor',
  ),
  'up' => 
  array (
    0 => 'class.fannconnection.php',
    1 => 'FANNConnection',
  ),
  'prev' => 
  array (
    0 => 'class.fannconnection.php',
    1 => 'FANNConnection',
  ),
  'next' => 
  array (
    0 => 'fannconnection.getfromneuron.php',
    1 => 'FANNConnection::getFromNeuron',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/fann/fannconnection/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="fannconnection.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">FANNConnection::__construct</h1>
  <p class="verinfo">(PECL fann &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">FANNConnection::__construct</span> &mdash; <span class="dc-title">The connection constructor</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-fannconnection.construct-description">
  <h3 class="title">Beschreibung</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>FANNConnection::__construct</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$from_neuron</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$to_neuron</code></span>, <span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$weight</code></span>)</div>

  <p class="para rdfs-comment">
   Create new connection and initialize its params. After creating the connection, only weight can be changed.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-fannconnection.construct-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">from_neuron</code></dt>
    <dd>
     <p class="para">
      The position number of starting neuron.
     </p>
    </dd>
   
   
    <dt><code class="parameter">to_neuron</code></dt>
    <dd>
     <p class="para">
      The position number of terminating neuron.
     </p>
    </dd>
   
   
    <dt><code class="parameter">weight</code></dt>
    <dd>
     <p class="para">
      The connection weight value.
     </p>
    </dd>
   
  </dl>
 </div>


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