com.mancrd.ahah.classifier
Class LinkWeightProcedure

java.lang.Object
  extended by com.mancrd.ahah.classifier.LinkWeightProcedure
All Implemented Interfaces:
gnu.trove.procedure.TLongObjectProcedure<gnu.trove.map.hash.TIntFloatHashMap>

public class LinkWeightProcedure
extends Object
implements gnu.trove.procedure.TLongObjectProcedure<gnu.trove.map.hash.TIntFloatHashMap>

Author:
alexnugent

Constructor Summary
LinkWeightProcedure()
           
 
Method Summary
 boolean execute(long spike, gnu.trove.map.hash.TIntFloatHashMap submap)
           
 List<LinkWeight> getSortedLinkWeights()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkWeightProcedure

public LinkWeightProcedure()
Method Detail

execute

public boolean execute(long spike,
                       gnu.trove.map.hash.TIntFloatHashMap submap)
Specified by:
execute in interface gnu.trove.procedure.TLongObjectProcedure<gnu.trove.map.hash.TIntFloatHashMap>

getSortedLinkWeights

public List<LinkWeight> getSortedLinkWeights()


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