com.mancrd.ahah.model.functional
Class AHaHNode

java.lang.Object
  extended by com.mancrd.ahah.model.functional.AHaHNode

public class AHaHNode
extends Object


Constructor Summary
AHaHNode(AHaHNodeBuilder aHaHNodeBuilder)
          Constructor
 
Method Summary
 double getAlpha()
           
 double getBeta()
           
 int getNumInputs()
           
 double getWeight(int index)
           
 double update(Set<Integer> inputSpikes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AHaHNode

public AHaHNode(AHaHNodeBuilder aHaHNodeBuilder)
Constructor

Parameters:
numInputs -
numBiasInputs -
isModelA -
Method Detail

getWeight

public double getWeight(int index)

update

public double update(Set<Integer> inputSpikes)

getNumInputs

public int getNumInputs()

getAlpha

public double getAlpha()

getBeta

public double getBeta()


Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.