com.mancrd.ahah.commons.spikes
Class AhahTree

java.lang.Object
  extended by com.mancrd.ahah.commons.spikes.AhahTree

public class AhahTree
extends Object

This class takes a spike code in an arbitrary dimension and converts it to a spike code in the given dimension R=2^depth.

Author:
alexnugent

Constructor Summary
AhahTree(int depth)
          Constructor
 
Method Summary
 long encode(long[] spikes)
           
 long update(long[] spikes, StringBuffer path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AhahTree

public AhahTree(int depth)
Constructor

Parameters:
depth -
Method Detail

encode

public long encode(long[] spikes)

update

public long update(long[] spikes,
                   StringBuffer path)


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