| Package | com.lookbackon.AI.ANN |
| Class | public class Neuron |
| Inheritance | Neuron Object |
| Property | Defined By | ||
|---|---|---|---|
| bias : Number | Neuron | ||
| error : Number | Neuron | ||
| index : int | Neuron | ||
| input : int | Neuron | ||
| layer : int | Neuron | ||
| output : int | Neuron | ||
| outputTraning : int | Neuron | ||
| weight : Array [read-only] | Neuron | ||
| Property | Defined By | ||
|---|---|---|---|
| _weight : Array | Neuron | ||
| Method | Defined By | ||
|---|---|---|---|
Neuron(layer:int, index:int) | Neuron | ||
logisticFunction(val:Number):Number | Neuron | ||
logisticFunctionDerivative(val:Number):Number | Neuron | ||
| _weight | property |
protected var _weight:Array| bias | property |
bias:Number public function get bias():Number public function set bias(value:Number):void| error | property |
error:Number public function get error():Number public function set error(value:Number):void| index | property |
index:int public function get index():int public function set index(value:int):void| input | property |
input:int public function get input():int public function set input(value:int):void| layer | property |
layer:int public function get layer():int public function set layer(value:int):void| output | property |
output:int public function get output():int public function set output(value:int):void| outputTraning | property |
outputTraning:int public function get outputTraning():int public function set outputTraning(value:int):void| weight | property |
weight:Array [read-only] public function get weight():Array| Neuron | () | Constructor |
public function Neuron(layer:int, index:int)layer:int | |
index:int |
| logisticFunction | () | method |
public function logisticFunction(val:Number):NumberParameters
val:Number |
Number |
| logisticFunctionDerivative | () | method |
public function logisticFunctionDerivative(val:Number):NumberParameters
val:Number |
Number |