<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>class NEAT::BasicNeuronTypes::InputNeuron - rubyneat 0.3.4</title> <link href="../../fonts.css" rel="stylesheet"> <link href="../../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../../"; </script> <script src="../../js/jquery.js"></script> <script src="../../js/navigation.js"></script> <script src="../../js/search_index.js"></script> <script src="../../js/search.js"></script> <script src="../../js/searcher.js"></script> <script src="../../js/darkfish.js"></script> <body id="top" role="document" class="class"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="../../index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="../../table_of_contents.html#pages">Pages</a> <a href="../../table_of_contents.html#classes">Classes</a> <a href="../../table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="class-metadata"> <div id="parent-class-section" class="nav-section"> <h3>Parent</h3> <p class="link"><a href="../Neuron.html">NEAT::Neuron</a> </div> <!-- Method Quickref --> <div id="method-list-section" class="nav-section"> <h3>Methods</h3> <ul class="link-list" role="directory"> <li ><a href="#method-c-input-3F">::input?</a> <li ><a href="#method-i-express">#express</a> </ul> </div> </div> </nav> <main role="main" aria-labelledby="class-NEAT::BasicNeuronTypes::InputNeuron"> <h1 id="class-NEAT::BasicNeuronTypes::InputNeuron" class="class"> class NEAT::BasicNeuronTypes::InputNeuron </h1> <section class="description"> <h1 id="class-NEAT::BasicNeuronTypes::InputNeuron-label-Special+class+of+Neuron+that+takes+input+from+the+%22real+world%22">Special class of <a href="../Neuron.html">Neuron</a> that takes input from the “real world”<span><a href="#class-NEAT::BasicNeuronTypes::InputNeuron-label-Special+class+of+Neuron+that+takes+input+from+the+%22real+world%22">¶</a> <a href="#documentation">↑</a></span></h1> <pre>Name of this neuron equates to the parameter name of the input. All inputs are handled with this neuron. This type of neuron only has one input -- from the outside world.</pre> </section> <section id="5Buntitled-5D" class="documentation-section"> <section id="public-class-5Buntitled-5D-method-details" class="method-section"> <header> <h3>Public Class Methods</h3> </header> <div id="method-c-input-3F" class="method-detail "> <div class="method-heading"> <span class="method-name">input?</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="input-3F-source"> <pre><span class="ruby-comment"># File lib/rubyneat/neuron.rb, line 76</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">input?</span> ; <span class="ruby-keyword">true</span> ; <span class="ruby-keyword">end</span></pre> </div> </div> </div> </section> <section id="public-instance-5Buntitled-5D-method-details" class="method-section"> <header> <h3>Public Instance Methods</h3> </header> <div id="method-i-express" class="method-detail "> <div class="method-heading"> <span class="method-name">express</span><span class="method-args">(instance)</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>Takes a single input and passes it as is.</p> <div class="method-source-code" id="express-source"> <pre><span class="ruby-comment"># File lib/rubyneat/neuron.rb, line 79</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">express</span>(<span class="ruby-identifier">instance</span>) <span class="ruby-identifier">instance</span>.<span class="ruby-identifier">define_singleton_method</span>(<span class="ruby-ivar">@name</span>) {<span class="ruby-operator">|</span><span class="ruby-identifier">input</span><span class="ruby-operator">|</span> <span class="ruby-identifier">input</span> } <span class="ruby-keyword">end</span></pre> </div> </div> </div> </section> </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1. <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>