com.mancrd.ahah.samples.model.functional
Class TwoInputAttractorsApp

java.lang.Object
  extended by com.mancrd.ahah.samples.model.ModelExperiment
      extended by com.mancrd.ahah.samples.model.functional.FunctionalModelExperiment
          extended by com.mancrd.ahah.samples.model.functional.TwoInputAttractorsApp

public class TwoInputAttractorsApp
extends FunctionalModelExperiment

Takes many two-input AHaH nodes and presents the spike patterns 01, 10, and 11. Plots the trajectory of the weights over time for each AHaH node, showing the converges to attractor states.

Author:
timmolter

Field Summary
 
Fields inherited from class com.mancrd.ahah.samples.model.functional.FunctionalModelExperiment
isModelA
 
Constructor Summary
TwoInputAttractorsApp()
           
 
Method Summary
 void go()
           
static void main(String[] args)
           
 
Methods inherited from class com.mancrd.ahah.samples.model.functional.FunctionalModelExperiment
testSpikeLogicState
 
Methods inherited from class com.mancrd.ahah.samples.model.ModelExperiment
getOrthogonalSpikeLogicSpikePattern, getThreePatternSpikeLogicSpikePattern, getThreePatternSpikePattern, H
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoInputAttractorsApp

public TwoInputAttractorsApp()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Parameters:
args -
Throws:
IOException

go

public void go()
        throws IOException
Throws:
IOException


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