Packagecom.lookbackon.AI.ANN
Classpublic class Neurons
InheritanceNeurons Inheritance Object

Neural Network Layer or collection of cells or neurons



Public Properties
 PropertyDefined By
  length : int
[read-only]
Neurons
Public Methods
 MethodDefined By
  
Neurons
  
add(newNeuron:Neuron):void
Neurons
  
getItemAt(index:int):Neuron
Neurons
  
insert(index:int, newNeuron:Neuron):void
Neurons
Property Detail
lengthproperty
length:int  [read-only]


Implementation
    public function get length():int
Constructor Detail
Neurons()Constructor
public function Neurons()



Method Detail
add()method
public function add(newNeuron:Neuron):void

Parameters

newNeuron:Neuron

getItemAt()method 
public function getItemAt(index:int):Neuron

Parameters

index:int

Returns
Neuron
insert()method 
public function insert(index:int, newNeuron:Neuron):void

Parameters

index:int
 
newNeuron:Neuron